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