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