blob: 251d69ce13d0de1878671fc9c608170155cc7dae [file] [log] [blame]
class C {
internal fun foo() {
val builder = StringBuilder()
builder.append(1)
.append(2).append(3)
.append(4)
}
}