blob: 9ded558410a6a7e353dae9f4e579e3d1ff1b8852 [file] [log] [blame]
import 'foo.dart';
class FooSub extends Foo<int> {
const FooSub();
}
class FooSub2<T> extends Foo<T> {
const FooSub2();
}