Fix exception when add import
#KT-30524 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// IMPORT: test.a7
|
||||
import test.*
|
||||
|
||||
fun test() {
|
||||
val kotlinType = ""
|
||||
kotlinType
|
||||
a7()
|
||||
}
|
||||
Reference in New Issue
Block a user