DeprecatedSymbolUsageInWholeProjectFix removes imports too
This commit is contained in:
+2
@@ -3,6 +3,8 @@ package pack
|
||||
@deprecated("", ReplaceWith("newProp"))
|
||||
val oldProp: String = ""
|
||||
|
||||
val String.oldProp: String get() = ""
|
||||
|
||||
val newProp: String = ""
|
||||
|
||||
fun foo(s: String){}
|
||||
|
||||
Reference in New Issue
Block a user