blob: af0bbd290b87dcbb5c82240b6adfba2e5a9e59ac [file] [log] [blame]
import 'issue42792_lib.dart';
mixin M<T> on A<T> {}
class B extends A<int> with M {}
void main() {}