Formatter: fix line break between declarations with comment
#KT-12490 Fixed #KT-35088 Fixed
This commit is contained in:
+1
@@ -5,6 +5,7 @@ open class A() {
|
||||
|
||||
class C : A() {
|
||||
val constant = 42
|
||||
|
||||
// Some comment
|
||||
override val bar: Int
|
||||
get() = <selection><caret>super.bar</selection>
|
||||
|
||||
Reference in New Issue
Block a user