blob: fbe98dad3bae15c0f6744d6387cc0f74f5862cd3 [file] [log] [blame]
public class Parent {
Object f;
}
class Child<T> extends Parent {
}