[K/N] Mark BitSet with @ObsoleteNativeApi #KT-57088
This commit is contained in:
committed by
Space Team
parent
3ffbfba1d6
commit
9ff863ced7
@@ -11,6 +11,7 @@ package kotlin.native
|
||||
* @constructor creates an empty bit set with the specified [size]
|
||||
* @param size the size of one element in the array used to store bits.
|
||||
*/
|
||||
@ObsoleteNativeApi
|
||||
public class BitSet(size: Int = ELEMENT_SIZE) {
|
||||
|
||||
@kotlin.native.internal.CanBePrecreated
|
||||
|
||||
Reference in New Issue
Block a user