KT-11308 Hide kotlin.jvm.internal package contents from completion and auto-import
#KT-11308 fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun some() {
|
||||
kotlin.jvm.<caret>
|
||||
}
|
||||
|
||||
// ABSENT: internal
|
||||
Reference in New Issue
Block a user