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