13 lines
251 B
Kotlin
Vendored
13 lines
251 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// WITH_STDLIB
|
|
|
|
@file:Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE")
|
|
|
|
import kotlin.js.*
|
|
import kotlin.native.concurrent.*
|
|
|
|
@JsName("")
|
|
public fun test() {}
|
|
|
|
@SharedImmutable
|
|
private val EmptyArray: Array<Int> = arrayOf() |