[FIR] Implement CANNOT_BE_IMPORTED diagnostic

This commit is contained in:
Andrey Zinovyev
2021-06-02 11:18:02 +03:00
committed by Space
parent bf153ab0f0
commit 14789cb9e5
12 changed files with 95 additions and 12 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import reflect.Constructor
import b.*
import d
import d.Test
import b.d
import b.<!PACKAGE_CANNOT_BE_IMPORTED!>d<!>
class Some: <!UNRESOLVED_REFERENCE!>Test<!>()