blob: 1451ca778fe770764025236c10f767569e501189 [file] [log] [blame]
class B<Z> extends Object with A<Z Function()> {}
main() {}
mixin A<X> {}