class Test { class A { class B { } } Object method() { return new A().new B(); } }