DeprecatedSymbolUsageInWholeProjectFix removes imports too

This commit is contained in:
Valentin Kipyatkov
2015-08-28 22:10:03 +03:00
parent e98edbcbac
commit 937f243046
7 changed files with 26 additions and 4 deletions
@@ -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)