[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0122-35.cs
blob654b2cb035f4d628c202bf6d6a9f910b020ae610
1 // CS0122: `Test<A>' is inaccessible due to its protection level
2 // Line: 8
3 // Compiler options: -r:CS0122-35-lib.dll
5 class X
7 static void Main ()
9 Test<float> test = new Test<float> ();