9 lines
100 B
Kotlin
Vendored
9 lines
100 B
Kotlin
Vendored
// "Replace with 'newFun()'" "true"
|
|
package pack5
|
|
|
|
import oldFun
|
|
|
|
fun foo() {
|
|
<caret>oldFun()
|
|
}
|