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