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