5b9c35de2e
#KT-61129 Fixed
12 lines
230 B
Kotlin
Vendored
12 lines
230 B
Kotlin
Vendored
// WITH_STDLIB
|
|
|
|
@file:Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE")
|
|
|
|
import kotlin.js.*
|
|
import kotlin.native.concurrent.*
|
|
|
|
@JsName("")
|
|
public fun test() {}
|
|
|
|
@ThreadLocal
|
|
private val EmptyArray: Array<Int> = arrayOf() |