import zhangsan.lisi.A; public class Test { public static void main(String[] args) { A aa = new A(); aa.g(); } }