package pkga; public class A { /* packcage access */ void fun() { System.out.println("A::fun()"); } }