Files
kotlin-fork/idea/idea-completion/testData/basic/java/CompletionForExcludedWhenInternalUse.kt
T
Simon Ogorodnik 3bf7223448 Internal Kotlin packages now should be completable in parent packages
Internal packages which are hard-excluded from completion and
 imports now should be visible there if file package are parent of
 excluded one
 e.g kotlin.jvm.internal.* now visible from kotlin and kotlin.jvm
 #KT-16214 fixed
2017-03-09 19:05:10 +03:00

7 lines
73 B
Kotlin
Vendored

package kotlin
fun some() {
kotlin.jvm.<caret>
}
// EXIST: internal