1 2 3 4 5 6 7 8
package test; public class Outer { public static class Inner$1<T> { void innerMethod(T arg){ System.out.println("method"); } } }