blob: dafbfca4a7421a4b37952a5b89f6d20a1298f100 [file] [log] [blame]
public class Test<T extends Number> {
String t;
void foo() {
int i = t.intValue();
}
}