class Test { String foo() { return ""; } void bar() { String s = foo(); } }