Formatter: fix line break between declarations with comment
#KT-12490 Fixed #KT-35088 Fixed
This commit is contained in:
@@ -8,11 +8,13 @@ class C2
|
||||
|
||||
// -----
|
||||
|
||||
// test
|
||||
fun f3 = 1
|
||||
class C3 {}
|
||||
|
||||
// -----
|
||||
|
||||
/*test*/
|
||||
fun f4 = 2
|
||||
class C4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user