package inners; public class Three { public static void runner() { new Three().run(); } public void run() { } }