blob: a1351f50314093d03559ea807607e34f5541fb5c [file] [log] [blame]
library test;
B v = throw '';
class A<T> {}
class B<T extends A> {}
test() {}