blob: b06e7cb5aefc6074208f459847ffcc69702a5b95 [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 {
}
}