Formatter: format between type reference and 'by' keyword (KT-32277)
#KT-32277 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
0b8f35c04d
commit
44e9090931
Vendored
+1
@@ -1,4 +1,5 @@
|
||||
class Bar(val r: Runnable) : Runnable by r
|
||||
class Foo {
|
||||
val bar by lazy { "" }
|
||||
val baz: String by lazy { "" }
|
||||
}
|
||||
|
||||
Vendored
+1
@@ -1,4 +1,5 @@
|
||||
class Bar(val r: Runnable) : Runnable by r
|
||||
class Foo {
|
||||
val bar by lazy { "" }
|
||||
val baz: String by lazy { "" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user