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