10 lines
160 B
Kotlin
Vendored
10 lines
160 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.replaceWith.DeprecatedSymbolUsageFix" "false"
|
|
|
|
@Deprecated("")
|
|
fun oldFun() {
|
|
}
|
|
|
|
fun foo() {
|
|
<caret>oldFun()
|
|
}
|