Files
kotlin-fork/idea/idea-completion/testData/basic/multifile/CallablesInExcludedPackage/CallablesInExcludedPackage.kt
T
Evgeny Gerashchenko 0451debda4 Supported excluded packages/classes in completion.
#KT-2413 in progress
2015-07-08 14:28:38 +03:00

5 lines
118 B
Kotlin
Vendored

val x = some<caret>
// NUMBER: 2
// ABSENT: someFunction, someProperty
// EXIST: someOtherFunction, someOtherProperty