import org.jetbrains.annotations.TestOnly; public class D { public void foo() { new A().test(); } }