class Test { StringBuilder builder(StringBuilder sb) { StringBuilder foo = sb.append("foo").append(1); return foo; } }