DeprecatedSymbolUsageFix: initial implementation
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// "Replace with 'newFun(c)'" "true"
|
||||
|
||||
@deprecated("", ReplaceWith("newFun(c)"))
|
||||
fun oldFun(c: Char){}
|
||||
|
||||
fun newFun(c: Char){}
|
||||
|
||||
fun foo() {
|
||||
<caret>oldFun(java.io.File.separatorChar)
|
||||
}
|
||||
Reference in New Issue
Block a user