[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0708.cs
blob23d85f51f89e5ae982f48ed534d72ae1fb4737e2
1 // CS0708: `StaticClass.i': cannot declare instance members in a static class
2 // Line: 6
4 static class StaticClass
6 public int i;