[FIR] Implement CANNOT_BE_IMPORTED diagnostic
This commit is contained in:
+2
-2
@@ -11,7 +11,7 @@ class X
|
||||
// FILE: c.kt
|
||||
package c
|
||||
|
||||
import a.x
|
||||
import b.x
|
||||
import a.<!PACKAGE_CANNOT_BE_IMPORTED!>x<!>
|
||||
import b.<!PACKAGE_CANNOT_BE_IMPORTED!>x<!>
|
||||
|
||||
class Y : <!UNRESOLVED_REFERENCE!>x.X<!>
|
||||
Reference in New Issue
Block a user