Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/jvmDeclarations/cloneable.fir.kt
T
2023-01-09 08:57:08 +00:00

4 lines
69 B
Kotlin
Vendored

import kotlin.Cloneable
fun cloneable(): Cloneable = intArrayOf(42)