blob: 0fb13abbd1fbe524ae6fa6d87ae92d8cfeef4671 [file] [log] [blame]
package weaker.b;
import weaker.a.A;
public class B {
public static void main(String[] args) {
A.f();
}
}