blob: dab01df292b3f7f6d97db2f7e0f68a8a74b8bf9b [file] [log] [blame]
library test;
class A<T> {}
class B<T> extends A<T> {}
main() {}