Formatter: Insert new line before/after type alias
#KT-20766 Fixed
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
typealias A = Int
|
||||
typealias B = Int
|
||||
//
|
||||
typealias C = Int
|
||||
|
||||
typealias D =
|
||||
Int
|
||||
|
||||
//
|
||||
typealias E =
|
||||
Int
|
||||
|
||||
typealias F = Int
|
||||
//
|
||||
typealias G = Int
|
||||
|
||||
class X
|
||||
//
|
||||
typealias H = Int
|
||||
|
||||
object O
|
||||
//
|
||||
typealias I = Int
|
||||
|
||||
fun foo() {}
|
||||
//
|
||||
fun foo() {}
|
||||
typealias J = Int
|
||||
|
||||
//
|
||||
class Y
|
||||
typealias K = Int
|
||||
|
||||
//
|
||||
object OO
|
||||
typealias L = Int
|
||||
+28
@@ -0,0 +1,28 @@
|
||||
typealias A = Int
|
||||
typealias B = Int
|
||||
//
|
||||
typealias C = Int
|
||||
typealias D =
|
||||
Int
|
||||
//
|
||||
typealias E =
|
||||
Int
|
||||
typealias F = Int
|
||||
//
|
||||
typealias G = Int
|
||||
class X
|
||||
//
|
||||
typealias H = Int
|
||||
object O
|
||||
//
|
||||
typealias I = Int
|
||||
fun foo() {}
|
||||
//
|
||||
fun foo() {}
|
||||
typealias J = Int
|
||||
//
|
||||
class Y
|
||||
typealias K = Int
|
||||
//
|
||||
object OO
|
||||
typealias L = Int
|
||||
Reference in New Issue
Block a user