2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0122-15.cs
blob56e962a1507ab8ef63f93deff7f6dd6ad0d3c078
1 // cs0122-15.cs: `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 () {}