[FIR] Skip resolvable package names in front of UNRESOLVED_REFERENCE
#KT-55471
This commit is contained in:
committed by
Space Team
parent
10f7989af6
commit
1c446151e7
@@ -1,6 +1,6 @@
|
||||
// ISSUE: KT-58549
|
||||
|
||||
fun main() {
|
||||
val x: <!UNRESOLVED_REFERENCE!>kotlin.Cloneable<!> = if (true) intArrayOf(1) else longArrayOf(1)
|
||||
val x: kotlin.<!UNRESOLVED_REFERENCE!>Cloneable<!> = if (true) intArrayOf(1) else longArrayOf(1)
|
||||
x
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user