<?xml version="1.0" encoding="iso-8859-1"?>
<ErrorDocumentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ErrorName>CS8204</ErrorName>
  <Examples>
    <string>// 
// Two type parameters might not have the same name
//
class X &lt;A,A&gt; {
}
</string>
  </Examples>
</ErrorDocumentation>