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