Deprecated symbol usages fix for the whole project

This commit is contained in:
Valentin Kipyatkov
2015-05-20 16:11:13 +03:00
parent 78302be571
commit 766ca2b905
27 changed files with 780 additions and 344 deletions
@@ -0,0 +1,8 @@
// "Replace usages of 'oldFun(Int): Unit' in whole project" "true"
import newPack.newFun
import pack.oldFun
fun foo() {
<caret>newFun(0 + 1)
}