Change Signature: Retain formatting of existing parameters when parameter count/order changes

#KT-6412 Fixed
This commit is contained in:
Alexey Sedunov
2014-12-11 14:01:36 +03:00
parent ec5a01be31
commit ec608c5db2
10 changed files with 167 additions and 63 deletions
@@ -1 +1 @@
fun fun1(x1: Int, y1: Int): Int = x1 * 2 + fun1(x1, )
fun fun1(x1: Int, y1: Int) : Int = x1 * 2 + fun1(x1, )