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