Introduce Parameter: Remove parameters which become unused after occurrence replacement
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo(a: Int, s: String): Int {
|
||||
return (<selection>a + 1</selection>) * a
|
||||
}
|
||||
|
||||
fun test() {
|
||||
foo(1, "2")
|
||||
}
|
||||
Reference in New Issue
Block a user