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