2ae13ed76b
#KT-9380 Fixed
10 lines
199 B
Kotlin
Vendored
10 lines
199 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.replaceWith.DeprecatedSymbolUsageFix" "false"
|
|
|
|
@Deprecated("", ReplaceWith("order.safeAddItem(...)"))
|
|
fun oldFun() {
|
|
}
|
|
|
|
fun foo() {
|
|
<caret>oldFun()
|
|
}
|