[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs8800.cs
blob8daa76e58aa8ca7e76108a9178c8f97a9507afeb
1 // CS8800: `S': Static classes cannot have primary constructor
2 // Line: 4
3 // Compiler options: -langversion:experimental
5 static class S(int i)