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