﻿<?xml version="1.0" encoding="utf-8"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1002</ErrorName>
  <Examples>
    <string>// cs1002.cs: Expecting `;'
// Line: 8

class T {
	void member ()
	{
		int a = 1 | 2
		int b;
	}
}
</string>
  </Examples>
</ErrorDocumentation>