<?xml version="1.0" encoding="us-ascii"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS0687</ErrorName>
  <Examples>
    <string>// cs0687.cs: The expression `foo::WriteLine' did not resolve to a namespace or a type
// Line: 9

using foo = System.Console;

class X {
	static void Main ()
	{
		foo::WriteLine ("hello");
	}
}
</string>
  </Examples>
</ErrorDocumentation>