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