2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0122-14.cs
blob4a065cf858da86a69e352a3ba058bb341c97a144
1 // cs0122-14.cs: `Test.SomeValue' is inaccessible due to its protection level
2 // Line: 7
3 // Compiler options: -r:CS0122-14-lib.dll
5 public class MyEnum
7 int Unknown = Test.SomeValue;
8 static void Main () {}