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