Files
kotlin-fork/idea/idea-completion/testData/smartMultiFile/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

6 lines
146 B
Kotlin
Vendored

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