Fix exception when add import

#KT-30524 Fixed
This commit is contained in:
Dmitry Gridin
2019-03-20 22:59:10 +07:00
parent 3ce002dd6e
commit 403801b0b3
5 changed files with 37 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
// IMPORT: test.a7
import test.*
fun test() {
val kotlinType = ""
kotlinType
a7()
}