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