7 lines
121 B
Kotlin
Vendored
7 lines
121 B
Kotlin
Vendored
import dependency.C.Companion.newFun
|
|
|
|
// "Replace with 'newFun(this)'" "true"
|
|
|
|
fun foo(c: dependency.C) {
|
|
newFun(c)
|
|
} |