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