Formatter: fix line break between declarations with comment
#KT-12490 Fixed #KT-35088 Fixed
This commit is contained in:
+3
@@ -2,10 +2,13 @@
|
||||
interface T {
|
||||
// INFO: {"checked": "true", "toAbstract": "true"}
|
||||
val x: Int
|
||||
|
||||
// INFO: {"checked": "true", "toAbstract": "true"}
|
||||
val y: Int
|
||||
|
||||
// INFO: {"checked": "true", "toAbstract": "true"}
|
||||
val z: Int
|
||||
|
||||
// INFO: {"checked": "true", "toAbstract": "true"}
|
||||
val t: Int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user