<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS8039</ErrorName>
  <Examples>
    <string>// CS8039: Primary constructor of type `Test' has parameter of same name as containing type
// Line: 4
// Compiler options: -langversion:experimental

class Test(object Test) 
{
}</string>
  </Examples>
</ErrorDocumentation>