blob: 998e8151b6de5f957274c3ec24116efba23a3a2f [file] [log] [blame]
mixin GM<T> on Enum {}
mixin M on Object {}
abstract class I {}
abstract class GI<T> {}
enum E<S extends num, T extends num> with GM<T>, M implements I, GI<S> {
element
}
main() {}