package test; public class Main { public static void main(String[] args){ Outer.Inner$1 inner = new Outer.Inner$1(); inner.innerMethod(1); } }