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,6 +1,7 @@
// "Replace usages of 'oldProp: String' in whole project" "true"
import pack.*
import pack.oldProp
import pack.foo
fun foo() {
foo(<caret>oldProp)