[FIR] Report missing UNRESOLVED_IMPORT
#KT-54781 Fixed
This commit is contained in:
committed by
Space Team
parent
f18591ffef
commit
7dde3603b5
@@ -11,12 +11,12 @@ import b.<!UNRESOLVED_IMPORT!>constant<!>.fff //function from val
|
||||
import b.<!UNRESOLVED_IMPORT!>constant<!>.dValue //property from val
|
||||
import b.constant
|
||||
import b.E.Companion.f //val from companion object
|
||||
import smth.illegal
|
||||
import <!UNRESOLVED_IMPORT!>smth<!>.illegal
|
||||
import b.C.<!UNRESOLVED_IMPORT!>smth<!>.illegal
|
||||
import b.<!UNRESOLVED_IMPORT!>bar<!>.smth
|
||||
import b.<!UNRESOLVED_IMPORT!>bar<!>.*
|
||||
import b.<!UNRESOLVED_IMPORT!>unr<!>.unr.unr
|
||||
import unr.unr.unr
|
||||
import <!UNRESOLVED_IMPORT!>unr<!>.unr.unr
|
||||
|
||||
fun test(arg: B) {
|
||||
foo(value)
|
||||
|
||||
Reference in New Issue
Block a user