Fixed DeprecatedSymbolUsageInWholeProjectFix
This commit is contained in:
@@ -4,4 +4,9 @@ import pack.oldFun
|
||||
|
||||
fun foo() {
|
||||
<caret>oldFun(0)
|
||||
oldFun(2)
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
oldFun(3)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user