Formatter: handle spaces before value arguments list (KT-12634)
#KT-12634 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
922dc85e11
commit
5c68681f96
Vendored
+1
-1
@@ -17,7 +17,7 @@ class C(private val b: A.B) {
|
||||
A.O.Y()
|
||||
A.O.foo(A.O.bar)
|
||||
|
||||
with (A.O) {
|
||||
with(A.O) {
|
||||
A.Companion.Y()
|
||||
foo(bar)
|
||||
1.extFoo(1.extBar)
|
||||
|
||||
Vendored
+1
-1
@@ -55,7 +55,7 @@ class A {
|
||||
O.Y()
|
||||
O.foo(O.bar)
|
||||
|
||||
with (O) {
|
||||
with(O) {
|
||||
Y()
|
||||
foo(bar)
|
||||
1.extFoo(1.extBar)
|
||||
|
||||
Reference in New Issue
Block a user