* Control.cs: fix the checks so that they work correctly for mdi
[mcs.git] / errors / cs0509-2.cs
bloba8a2271ba2e7bec2e94791d4df61f5bb6c941379
1 // cs0509-2.cs: `InstanceClass': cannot derive from sealed class `E'
2 // Line: 6
4 public enum E {}
6 class InstanceClass: E {