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

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