[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1525-45.cs
blobf18b770f6aea6448031293b72cc098412d8f4bbc
1 // CS1525: Unexpected symbol `)'
2 // Line: 12
4 class Test
6 static void Foo (int a, bool b)
10 static void Main ()
12 Foo (1, );