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