blob: e39f07f6146c1e714c1d85def448ca3670c89c7b [file] [log] [blame]
library test;
class A<T extends int> {}
A v = null;
main() {}