public class Foo { public static void run() { n(); } public static void n() { System.out.println("n() running"); } }