<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS8307</ErrorName>
  <Examples>
    <string>// CS8307: The first operand of an `as' operator may not be a tuple literal without a natural type
// Line: 8

class X
{
	public static void Main ()
	{
		var g = (1, Main) as object;
	}
}</string>
  </Examples>
</ErrorDocumentation>