Files
kotlin-fork/idea/testData/intentions/removeBraces/forWithLocalVariable.kt.after
T
2014-07-10 15:05:18 +04:00

3 lines
59 B
Plaintext

fun foo(a: List<Int>) {
for<caret> (x in a) val y = x
}