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