class C { internal fun foo() { val builder = StringBuilder() builder.append(1) .append(2).append(3) .append(4) } }