[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
@@ -14,7 +14,6 @@ import kotlin.native.concurrent.*
|
||||
|
||||
class Z(val x: Int)
|
||||
|
||||
@SharedImmutable
|
||||
val z1 = Z(42)
|
||||
|
||||
val z2 = Z(x.s.length)
|
||||
|
||||
Reference in New Issue
Block a user