blob: 082c216507bfc7b98c721b6ceb0a303ebf2290bf [file] [log] [blame]
// "Create constructor matching super" "true"
public class Test<T> {
Test (T t) {}
}
class <caret>Derived extends Test<String> {
}