[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0122-36.cs
blob98296dd4295c93deb1179bba0e3194f01bedc971
1 // CS0122: `N.S' is inaccessible due to its protection level
2 // Line: 9
3 // Compiler options: -r:CS0122-36-lib.dll
5 class X
7 static void Main ()
9 var v = new N.S ();