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