package clinit; public class Three2 { // still no clinit public static String run() { return "1"; } }