blob: 6a68d18b1fc2f9a2d6572df55c10a9168cb84d55 [file] [log] [blame]
package test0554;
import test0554.A;
public class B {
public static String foo() {
return A.getString("xx");
}
}