blob: 844e733f8eea981f1435be294f7130359c2fc985 [file] [log] [blame]
class A<X> {}
mixin M {}
class C<X> = A<X> with M;
main() {}