<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1056</ErrorName>
  <Examples>
    <string>// CS1056: Unexpected character `\0001'
// Line: 4

\u0001namespace Test
{
}</string>
    <string>// CS1056: Unexpected character `\0001'
// Line: 4

na\u0001espace Test
{
}</string>
    <string>// CS1056: Unexpected character `$'
// Line: 8

public class C
{
	void Update ()
	{
		int a = $7;
	}
}
</string>
  </Examples>
</ErrorDocumentation>