Change Signature: Do not insert new-lines between parameters (to be fixed later at the formatter level)
This commit is contained in:
@@ -1,2 +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