[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1536-2.cs
blob196abe873987bc8f5ce2259a259a44d9b6cb443e
1 // CS1536: Invalid parameter type `void'
2 // Line: 8
4 public class Test
6 public static void Main ()
8 object o = (void v) => 1;