blob: 3eb901010ca61b50b438dd04959960fe7ef6080a [file] [log] [blame]
public class Parent<S> {
String f
}
class Child extends Parent<String> {
}