3bf7223448
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
7 lines
73 B
Kotlin
Vendored
7 lines
73 B
Kotlin
Vendored
package kotlin
|
|
|
|
fun some() {
|
|
kotlin.jvm.<caret>
|
|
}
|
|
|
|
// EXIST: internal |