Files
kotlin-fork/idea/testData/quickfix/deprecatedSymbolUsage/toMethodFromCompanionObject.after.kt
T

7 lines
121 B
Kotlin
Vendored

import dependency.C.Companion.newFun
// "Replace with 'newFun(this)'" "true"
fun foo(c: dependency.C) {
newFun(c)
}