[FIR] Report missing UNRESOLVED_IMPORT

#KT-54781 Fixed
This commit is contained in:
Kirill Rakhman
2023-03-29 13:52:44 +02:00
committed by Space Team
parent f18591ffef
commit 7dde3603b5
12 changed files with 47 additions and 17 deletions
+2 -2
View File
@@ -3,11 +3,11 @@
package kt1080
import reflect.Constructor
import <!UNRESOLVED_IMPORT!>reflect<!>.Constructor
import b.*
import <!UNRESOLVED_IMPORT!>d<!>
import d.Test
import <!UNRESOLVED_IMPORT!>d<!>.Test
import b.<!PACKAGE_CANNOT_BE_IMPORTED!>d<!>
class Some: <!UNRESOLVED_REFERENCE!>Test<!>()