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