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

7 lines
96 B
Kotlin

// "Replace with 'newFun()'" "true"
import dependency.oldFun
fun foo() {
<caret>oldFun()
}