Replace with for-each: add new-lines using comment saver

Related to KT-15858
This commit is contained in:
Mikhail Glukhikh
2018-02-28 11:25:29 +03:00
parent 7f880bf58c
commit bec28c8388
10 changed files with 27 additions and 25 deletions
@@ -2,5 +2,7 @@
fun foo() {}
fun test() {
listOf(1, 2).forEach { l -> /* comment */ }
listOf(1, 2).forEach { l ->
/* comment */
}
}