blob: 4c1b53e143ae0c8351c428a8a4ed3846022da6e2 [file] [log] [blame]
// @dart = 2.9
library test;
class A<T> {}
class B<T> extends A<T> {}
main() {}