Files
kotlin-fork/idea/testData/refactoring/introduceVariable/LoopRange.kt
T
2014-04-17 19:01:17 +04:00

3 lines
57 B
Kotlin
Vendored

fun a() {
for (a in <selection>1..2</selection>) {}
}