Reenable a bunch of disabled iOS Mono SDKs test suites (#19301)
[mono-project.git] / mcs / errors / cs0122-15.cs
blob85140e81b3d0dc6f2f5d8f8e7491ea7446103c05
1 // CS0122: `Test.SomeValue' is inaccessible due to its protection level
2 // Line: 7
3 // Compiler options: -r:CS0122-15-lib.dll
5 public class MyEnum
7 int Unknown = Test.SomeValue;
8 static void Main () {}