package protectedPack; import java.lang.String; public class packageFun { String test() { return "OK"; } }