Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / errors / CS0122-14-lib.cs
1 public class Test
2 {
3         protected const int SomeValue = -1;
4 }