[FIR Native] KT-58549: Ensure Cloneable is accessible in native
This commit is contained in:
committed by
Space Team
parent
5e39bb97a0
commit
5af4230f46
@@ -0,0 +1,6 @@
|
||||
// ISSUE: KT-58549
|
||||
|
||||
fun main() {
|
||||
val x: kotlin.<!UNRESOLVED_REFERENCE!>Cloneable<!> = if (true) intArrayOf(1) else longArrayOf(1)
|
||||
<!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE, UNUSED_EXPRESSION!>x<!>
|
||||
}
|
||||
Reference in New Issue
Block a user