[K/N] Deprecate SharedImmutable annotation #KT-57837
As a part of efforts to stabilize Native stdlib.
This commit is contained in:
committed by
Space Team
parent
0cfb80144a
commit
4ae19b2b44
@@ -9,5 +9,5 @@ import kotlin.native.concurrent.*
|
||||
@JsName("")
|
||||
public fun test() {}
|
||||
|
||||
@SharedImmutable
|
||||
@ThreadLocal
|
||||
private val EmptyArray: Array<Int> = arrayOf()
|
||||
@@ -1,4 +1,4 @@
|
||||
package
|
||||
|
||||
@kotlin.native.concurrent.SharedImmutable private val EmptyArray: kotlin.Array<kotlin.Int>
|
||||
@kotlin.native.concurrent.ThreadLocal private val EmptyArray: kotlin.Array<kotlin.Int>
|
||||
@kotlin.js.JsName(name = "") public fun test(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user