[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0723-2.cs
blobf639524737762e590eaa942f616bc3e595cc5b45
1 // CS0723: `MainClass.s': cannot declare variables of static types
2 // Line: 10
4 static class S
8 class MainClass
10 S s;