class Simple { void f(int i) { String s = "a" + i + "b"; } }