Deprecated symbol usages fix for the whole project
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Replace usages of 'oldFun(Int): Unit' in whole project" "true"
|
||||
|
||||
import pack.oldFun
|
||||
|
||||
fun foo() {
|
||||
<caret>oldFun(0)
|
||||
}
|
||||
Reference in New Issue
Block a user