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