* CheckBox.cs: Do not change the status of a checkbox when there
[mono.git] / mcs / errors / bug9.cs
1 enum A {
2 a, b
3 }
4
5 class X {
6         const A a = A.a;
7 }