Files
kotlin-fork/idea/testData/codeInsight/unwrapAndRemove/unwrapLoop/for.kt.after
T
2013-06-21 18:18:08 +04:00

5 lines
55 B
Plaintext

// OPTION: 1
fun foo(n: Int) {
<caret>println(k)
}