// "Suppress for statement" "true" class a { static void setA(){ } void b(){ new a().setA(); } }