blob: 6530ecf735445d5b9092a6eb4f47380090fefcf3 [file] [log] [blame]
public class Parent<S> {
String f;
}
class Child extends Parent<String> {
}