You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Main.java 174B

12345678
  1. package test;
  2. public class Main {
  3. public static void main(String[] args){
  4. Outer.Inner$1<Integer> inner = new Outer.Inner$1<Integer>();
  5. inner.innerMethod(1);
  6. }
  7. }