new InnerMethods().work();
// EXPECT COMPILE ERROR void inner() { System.out.println("Hey, there is such a thing as Inner Methods"); System.out.println("in Java. Better tell James Gosling and Sun!"); } inner();