blob: 8ea3a2a61388145d8a0e4658651d80064827aabf [file] [log] [blame]
class B<X> extends Object with A<void Function<Y extends X>()> {}
mixin A<Q> {}