blob: 2f3428f8cdd2aa99f6ba01eb228091bddaf25b2f [file] [log] [blame]
package b2;
/* Test case for bug 8928 Unable to find references or declarations of methods that use static inner classes in the signature */
public class Y {
public void foo(X.Inner inner) {
}
}