Files
kotlin-fork/idea/idea-completion/testData/basic/java/CompletionForExcludedWhenInternalUse.kt
T
2021-06-03 19:38:32 +03:00

8 lines
91 B
Kotlin
Vendored

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