Formatter: fix line break between declarations with comment
#KT-12490 Fixed #KT-35088 Fixed
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// No lines
|
||||
fun f1() {}
|
||||
|
||||
val p1 = 1
|
||||
fun f2() {}
|
||||
|
||||
// test
|
||||
fun f3() = 1
|
||||
val p2 = 1
|
||||
fun f4() = 1
|
||||
|
||||
Reference in New Issue
Block a user