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