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