package p; //private, static, final class A{ A(){ } void f(){ new A(){}; } }