blob: 40383b747a9b410773ec5cc1657efc82fdb20b3e [file] [log] [blame]
package c7;
/* Test case for bug 23112 search: need a way to search for references to the implicit non-arg constructor */
public class Y extends X {
public Y() {
}
}