* Control.cs: fix the checks so that they work correctly for mdi
[mcs.git] / errors / bug9.cs
blobf0c436a1ad02e804d9b8f18de9d30fbb48cab50a
1 enum A {
2 a, b
5 class X {
6 const A a = A.a;