Files
kotlin-fork/idea/idea-completion/testData/smartMultiFile/CallablesInExcludedPackage/CallablesInExcludedPackage.dependency2.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
92 B
Kotlin
Vendored

package notExcludedPackage
fun someOtherFunction(): Int {
}
val someOtherProperty: Int = 5