Files
kotlin/idea/testData/codeInsight/postfix/for.kt
Denis Zharkov 1b391123e6 Implement for/iter postfix templates
#KT-4710 In Progress
2016-09-20 15:26:47 +03:00

4 lines
52 B
Kotlin
Vendored

fun foo(list: List<String>) {
list.for<caret>
}