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
@@ -0,0 +1,5 @@
fun <caret>foo(
n: Int, s: String
) {
}