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