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
+1
-1
@@ -11,7 +11,7 @@ class 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)
|
||||
|
||||
+1
-1
@@ -42,7 +42,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