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

9 lines
109 B
Kotlin
Vendored

package testing
fun someFun() {
abcd<caret>
}
// EXIST: abcdAAA1, abcdBBB2
// ABSENT: abcdCCC3, abcdDDD4