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