package p; final class Secondary { void f(){ new A().new B(); } }