<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS8083</ErrorName>
  <Examples>
    <string>// CS8083: An alias-qualified name is not an expression
// Line: 8

class C
{
	static void Main ()
	{
		string s = nameof (global::C);
	}
}</string>
  </Examples>
</ErrorDocumentation>