Fixed DeprecatedSymbolUsageInWholeProjectFix

This commit is contained in:
Valentin Kipyatkov
2015-05-28 20:28:56 +03:00
parent eef0e8e447
commit 859128744e
9 changed files with 44 additions and 36 deletions
@@ -3,5 +3,7 @@ package pack
@deprecated("", ReplaceWith("newProp"))
val oldProp: String = ""
val newProp: String = ""
fun foo(s: String){}
fun bar(s: String){}