Deprecated symbol usages fix for the whole project
This commit is contained in:
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user