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