Introduce Parameter: Duplicate search & replace
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun foo(a: Int, s: String, i: Int = a + 1): Int {
|
||||
return (i) * a
|
||||
return i * a
|
||||
}
|
||||
|
||||
fun test() {
|
||||
|
||||
Reference in New Issue
Block a user