class Outer { int outer_x = 100; void test() { Inner inner = new Inner(); System.out.println(inner.i); inner.display();