// WITH_RUNTIME fun foo() { // check that original formatting of "x+1" and "1 .. 4" is preserved (1 .. 4).forEach { x -> x x+1 } }