package clinit; public class One2 { public static int i = 7; public static String run() { return Integer.toString(i); } }