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
+3
View File
@@ -0,0 +1,3 @@
fun foo() {
foo ()
}