Implemented "Change signature" refactoring
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun x(<caret>a: Int) {
|
||||
x(1);
|
||||
}
|
||||
|
||||
fun after(a: Int, b: Int) {
|
||||
}
|
||||
Reference in New Issue
Block a user