Formatter: handle spaces before value arguments list (KT-12634)

#KT-12634 Fixed
This commit is contained in:
Kirill Rakhman
2016-06-06 18:39:10 +02:00
committed by Nikolay Krasko
parent 922dc85e11
commit 5c68681f96
17 changed files with 26 additions and 13 deletions
@@ -11,7 +11,7 @@ object 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)
@@ -42,7 +42,7 @@ class A {
O.Y()
O.foo(O.bar)
with (O) {
with(O) {
Y()
foo(bar)
1.extFoo(1.extBar)