8 lines
119 B
Kotlin
8 lines
119 B
Kotlin
// "Replace usages of 'oldProp: String' in whole project" "true"
|
|
|
|
import pack.*
|
|
|
|
fun foo() {
|
|
foo(<caret>oldProp)
|
|
}
|