<?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>CS0681</ErrorName>
  <Examples>
    <string>// cs0681: Fields can not be abstract
// Line: 4
class X {
	abstract int name;

	static void Main () {}
}
</string>
  </Examples>
</ErrorDocumentation>