Files
kotlin-fork/idea/testData/intentions/convertToForEachFunctionCall/emptyBody.kt.after
T
2015-12-17 11:11:23 +03:00

4 lines
58 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo() {
(1..10).forEach { x -> }
}