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