* ExternTable.cs (ExternTable.GetModuleTypeRef): 'module_table' can be
[mcs.git] / errors / cs1002.cs
blob79909aa67b4ef047fadd8a9f10d22080ae208615
1 // cs1002.cs: Expecting `;'
2 // Line: 8
4 class T {
5 void member ()
7 int a = 1 | 2
8 int b;