blob: 430b92373a11fdde35ae9f4666acfd11bb4ccc0e [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 X {
public static class Inner {
}
}