Files
kotlin-fork/idea/testData/intentions/convertToForEachFunctionCall/emptyBody.kt.after
T

3 lines
42 B
Plaintext
Vendored

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