Deprecate deprecated in favor of Deprecated
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.replaceWith.DeprecatedSymbolUsageFix" "false"
|
||||
// ERROR: An integer literal does not conform to the expected type kotlin.String
|
||||
|
||||
@deprecated("", ReplaceWith("newFun()", imports = 123))
|
||||
@Deprecated("", ReplaceWith("newFun()", imports = 123))
|
||||
fun oldFun() {
|
||||
newFun()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user