[interp] Don't check for exception in native wrappers (#14184)
[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;