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
@@ -4,4 +4,9 @@ import pack.oldFun
fun foo() {
<caret>oldFun(0)
oldFun(2)
}
fun bar() {
oldFun(3)
}