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
@@ -3,6 +3,8 @@ package pack
@deprecated("", ReplaceWith("newProp"))
val oldProp: String = ""
val String.oldProp: String get() = ""
val newProp: String = ""
fun foo(s: String){}