[FIR] Report missing UNRESOLVED_IMPORT
#KT-54781 Fixed
This commit is contained in:
committed by
Space Team
parent
f18591ffef
commit
7dde3603b5
@@ -1,4 +1,4 @@
|
||||
import incorrect.directory.My
|
||||
import <!UNRESOLVED_IMPORT!>incorrect<!>.directory.My
|
||||
|
||||
open class My : <!CYCLIC_INHERITANCE_HIERARCHY!>My<!>()
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import incorrect.directory.Your
|
||||
import <!UNRESOLVED_IMPORT!>incorrect<!>.directory.Your
|
||||
|
||||
typealias My = <!UNRESOLVED_REFERENCE!>incorrect.directory.My<!>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// IGNORE_REVERSED_RESOLVE
|
||||
// Ignore reason: KT-57619
|
||||
import my.println
|
||||
import <!UNRESOLVED_IMPORT!>my<!>.println
|
||||
|
||||
enum class Order {
|
||||
FIRST,
|
||||
|
||||
@@ -10,7 +10,7 @@ interface ByteArray {
|
||||
|
||||
package use
|
||||
|
||||
import test.*
|
||||
import <!UNRESOLVED_IMPORT!>test<!>.*
|
||||
|
||||
interface My {
|
||||
// Should be kotlin.ByteArray
|
||||
|
||||
Reference in New Issue
Block a user