Add more errors that we handle now
[mono.git] / mcs / errors / bug9.cs
1 enum A {
2 a, b
3 }
4
5 class X {
6         const A a = A.a;
7 }