[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0107.cs
blobb4abc495844e7528f6e478904ae712ba0a39232e
1 // CS0107: More than one protection modifier specified
2 // Line: 4
3 class X {
4 public private class X2 {