Files
kotlin-fork/idea/resources/postfixTemplates/KtForEachPostfixTemplate/after.kt.template
T
Denis Zharkov 78ffe47bf8 Fix samples for 'iter' postfix template
#KT-14727 Fixed
2017-03-15 10:47:12 +03:00

6 lines
61 B
Plaintext

fun foo(list: List<String>) {
for (s in list) {
}
}