class ChangeSignatureTest { void foo() { } void bar() { foo(); } { bar(); } }