Implemented "Change signature" refactoring
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo() {
|
||||
val v1 = {(z: Int,
|
||||
y1: String,
|
||||
x: Any): Int -> println(z); println(y1) }
|
||||
}
|
||||
Reference in New Issue
Block a user