Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
nativeTests
/
cloneableInNative.kt
blob: 232781e7329e398e94aef7016a891805eb8c090d [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// ISSUE: KT-58549
fun main
()
{
val x
:
kotlin
.<!
UNRESOLVED_REFERENCE
!>
Cloneable
<!>
=
if
(
true
)
intArrayOf
(
1
)
else
longArrayOf
(
1
)
x
}