Formatter: fix line break between declarations with comment
#KT-12490 Fixed #KT-35088 Fixed
This commit is contained in:
+1
@@ -1,6 +1,7 @@
|
||||
open class Temp1 {
|
||||
// INFO: {"checked": "true"}
|
||||
private val used: Int = 1
|
||||
|
||||
// INFO: {"checked": "true"}
|
||||
private val using: Int = used + 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user