<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1683</ErrorName>
  <Examples>
    <string>// CS1683: Reference to type `C' claims it is defined in this assembly, but it is not defined in source or any added modules
// Line: 5
// Compiler options: -r:CS1683-lib.dll

public class TestClass : A
{
}
</string>
  </Examples>
</ErrorDocumentation>