1 2 3 4 5 6 7
// CS0509: `InstanceClass': cannot derive from sealed type `E' // Line: 6 public enum E {} class InstanceClass: E { }