<?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>CS0126</ErrorName>
  <Examples>
    <string>// cs0126.cs: An object of a type convertible to `int' is required for the return statement
// Line: 7

class X {
	int Y ()
	{
		return;
	}
}
</string>
  </Examples>
</ErrorDocumentation>