Implemented "Change signature" refactoring
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun outer() {
|
||||
fun <caret>inner1(x: Int, y: Int): Int { val y: Int; }
|
||||
fun inner2(x: Int, y: Int): Any { }
|
||||
}
|
||||
Reference in New Issue
Block a user