// WITH_RUNTIME val sb = StringBuilder() val x = listOf(1, 2, 3).map { "$it*$it" }.joinTo(buffer = sb, prefix = "= ", separator = " + ")