Files
kotlin-fork/idea/testData/quickfix/deprecatedSymbolUsage/wholeProject/property.before.Main.kt
T
2015-05-27 16:15:47 +03:00

8 lines
119 B
Kotlin

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