Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
jvmDeclarations
/
cloneable.kt
blob: a8847d316b83321c2800319f9fa4a78271eb2e1b [
file
]
// RUN_PIPELINE_TILL: FRONTEND
import
kotlin
.<!
UNRESOLVED_IMPORT
!>
Cloneable
<!>
fun cloneable
():
<!
UNRESOLVED_REFERENCE
!>
Cloneable
<!>
=
intArrayOf
(
42
)