Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertForEachToForLoopIntention/before.kt.template
T
2015-04-16 22:00:54 +03:00

3 lines
55 B
Plaintext

fun foo() {
<spot>x.forEach { a -> a.bar() }</spot>
}