[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs1001-3.cs
blobb09054c272e88ea2214a26bf58312ef5e7f4e7c6
1 // CS1001: Unexpected symbol `)', expecting identifier
2 // Line: 8
4 class C
6 public static void Main ()
8 object o = (int) => null;