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