Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
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
}