[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0118-14.cs
blobbfff892589386af6e9b3160c27e1787851a944f6
1 // CS0118: `A' is a `type' but a `variable' was expected
2 // Line: 12
4 class A
8 class B
10 public B ()
12 A = 2;