blob: af46bfc85a669b3a66670380efad95b4a2197921 [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() {
}
}