// "Create Method 'f'" "true" class A { { new Runnable() { public void run() { B.f(this); } }; } } class B { }