Fix samples for 'iter' postfix template
#KT-14727 Fixed
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
fun bar() = 1
|
fun foo(list: List<String>) {
|
||||||
fun foo() {
|
for (s in list) {
|
||||||
val bar = bar()
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user