Change Signature: Retain formatting of existing parameters when parameter count/order changes
#KT-6412 Fixed
This commit is contained in:
@@ -1 +1 @@
|
||||
fun fun1(x1: Int, y1: Int): Int = x1 * 2 + fun1(x1, )
|
||||
fun fun1(x1: Int, y1: Int) : Int = x1 * 2 + fun1(x1, )
|
||||
|
||||
Reference in New Issue
Block a user