Deprecated symbol usages fix for the whole project
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import newPack.newFun
|
||||
import pack.oldFun
|
||||
|
||||
fun x() {
|
||||
newFun(1 + 1)
|
||||
newFun(2 + 1)
|
||||
}
|
||||
|
||||
fun y() {
|
||||
newFun(3 + 1)
|
||||
}
|
||||
Reference in New Issue
Block a user