blob: 2d679c8f39d8e7def85d0f2eda6cf39044e844c4 [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 X {
public X() {
}
}