KT-9380 Handle malformed ReplaceWith annotations gracefully
#KT-9380 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.replaceWith.DeprecatedSymbolUsageFix" "false"
|
||||
|
||||
@Deprecated("", ReplaceWith("order.safeAddItem(...)"))
|
||||
fun oldFun() {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
<caret>oldFun()
|
||||
}
|
||||
Reference in New Issue
Block a user