KT-11308 Hide kotlin.jvm.internal package contents from completion and auto-import

#KT-11308 fixed
This commit is contained in:
Simon Ogorodnik
2017-01-17 22:58:05 +03:00
parent 5c52bdc684
commit 4ca10c61fd
9 changed files with 90 additions and 9 deletions
@@ -0,0 +1,5 @@
fun some() {
kotlin.jvm.<caret>
}
// ABSENT: internal