Implemented "Change signature" refactoring
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
fun fun1(x1: Int,
|
||||
y1: Int): Int = x1 * 2 + fun1(x1, )
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
fun fun1(x1: Int,
|
||||
y1: Int): Int = x1 * 2 + fun1(x1, )
|
||||