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