Fixed DeprecatedSymbolUsageInWholeProjectFix
This commit is contained in:
+2
@@ -3,5 +3,7 @@ package pack
|
||||
@deprecated("", ReplaceWith("newProp"))
|
||||
val oldProp: String = ""
|
||||
|
||||
val newProp: String = ""
|
||||
|
||||
fun foo(s: String){}
|
||||
fun bar(s: String){}
|
||||
|
||||
Reference in New Issue
Block a user