DeprecatedSymbolUsageInWholeProjectFix removes imports too
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// "Replace usages of 'oldFun(Int): Unit' in whole project" "true"
|
||||
|
||||
import newPack.newFun
|
||||
import pack.oldFun
|
||||
|
||||
fun foo() {
|
||||
<caret>newFun(0 + 1)
|
||||
|
||||
Reference in New Issue
Block a user