<?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>CS0527</ErrorName>
  <Examples>
    <string>class A1 {
}

class A2 {
}

class B : A1, A2 {
}
</string>
    <string>// cs0527:  type in interface list is not an interface
// Line: 6
class X {
}

interface A : X {
}
</string>
  </Examples>
</ErrorDocumentation>