Files
kotlin-fork/idea/testData/quickfix/deprecatedSymbolUsage/toMethodFromCompanionObject.after.kt
T
2015-05-27 16:15:45 +03:00

7 lines
113 B
Kotlin
Vendored

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