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

4 lines
66 B
Plaintext
Vendored

// WITH_RUNTIME
fun main() {
1.rangeTo(2).forEach { x -> x }
}