class Foo1 { void foo() { String s = bar(); } String bar() { String res; res = "a"; return res; } }