Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/jvmDeclarations/cloneable.kt
T
2017-02-15 20:43:25 +03:00

4 lines
123 B
Kotlin
Vendored

import kotlin.<!UNRESOLVED_REFERENCE!>Cloneable<!>
fun cloneable(): <!UNRESOLVED_REFERENCE!>Cloneable<!> = intArrayOf(42)