Formatter: fix line break between declarations with comment
#KT-12490 Fixed #KT-35088 Fixed
This commit is contained in:
@@ -25,6 +25,8 @@ fun f5() {
|
||||
fun f6() = 1
|
||||
|
||||
fun f7() = 8
|
||||
// test
|
||||
fun f8() = 42
|
||||
|
||||
// Two lines between
|
||||
fun l1() {}
|
||||
|
||||
Reference in New Issue
Block a user