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