Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
nativeTests
/
cloneableInNative.fir.kt
blob: 3d6e17f0bb204204e30bdcaaa008cbd3df5fafc1 [
file
]
// ISSUE: KT-58549
fun main
()
{
val x
:
kotlin
.<!
UNRESOLVED_REFERENCE
!>
Cloneable
<!>
=
if
(
true
)
intArrayOf
(
1
)
else
longArrayOf
(
1
)
x
}