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