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