Replace with for-each: add new-lines using comment saver
Related to KT-15858
This commit is contained in:
+3
-1
@@ -3,6 +3,8 @@ fun foo() {
|
||||
val list = 1..4
|
||||
val i = 0
|
||||
|
||||
list.forEach { i -> i }
|
||||
list.forEach { i ->
|
||||
i
|
||||
}
|
||||
i
|
||||
}
|
||||
Reference in New Issue
Block a user