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