// default package public class Main { public static void main (String[] args) { Target.staticMethod(1); } static Target.Inner foo = null; }