Files
kotlin-fork/idea/testData/intentions/addForLoopIndicesIntention/string.kt
T

6 lines
74 B
Kotlin
Vendored

//WITH_RUNTIME
fun foo(bar: String) {
for (<caret>a in bar) {
}
}