blob: 330f4408b2a64be02b1b34251fe0c3e0285a82f2 [file] [log] [blame]
package test0555;
import test0555.A;
public class B {
public static String foo() {
return A.BUNDLE_NAME;
}
}