Files
kotlin-fork/idea/idea-completion/testData/basic/withLib/TopLevelNonImportedExtProp.kt
T
2015-08-14 18:10:41 +03:00

9 lines
121 B
Kotlin
Vendored

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