public abstract class First { protected static String TEST = "OK"; protected static String test() { return TEST; } }