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