Files
kotlin-fork/idea/testData/completion/basic/custom/TopLevelNonImportedExtProp.kt
T
2014-08-27 19:07:37 +04:00

9 lines
121 B
Kotlin

package testing
fun someFun() {
"".hello<caret>
}
// EXIST: helloProp1, helloProp2
// ABSENT: helloProp3, helloProp4