public class funNotDirectSuperClass { protected static String protectedFun() { return "OK"; } }