1 2 3 4 5 6 7 8
package foo; public class TestClass { public boolean callInner() { return new TestClassWithInner.InnerTest().getTest(); } }