7 lines
96 B
Kotlin
7 lines
96 B
Kotlin
// "Replace with 'newFun()'" "true"
|
|
|
|
import dependency.oldFun
|
|
|
|
fun foo() {
|
|
<caret>oldFun()
|
|
} |