class Foo { void foo() { String s = "abc" + "def"; } }