blob: 19138892c8ebbfe24ac787a8109ad50f0afa2db9 [file] [log] [blame]
mixin M<X> {}
class A<Y> with M<(Y,)> {}