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, b: Int): Int {
|
||||
return (<selection>a + b</selection>) * 2
|
||||
}
|
||||
|
||||
fun test() {
|
||||
foo(1, "2", 3)
|
||||
}
|
||||
Reference in New Issue
Block a user