<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS8135</ErrorName>
  <Examples>
    <string>// CS8135: Tuple literal `(int, method group)' cannot be converted to type `object'
// Line: 8

class XX
{
	public static void Main ()
	{
		object m = (1, Main);
	}
}</string>
  </Examples>
</ErrorDocumentation>