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