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

5 lines
65 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
<caret>for (x in 1..10) {
}
}