WASM: NFC. Rename WasmPrimitive into WasmAutoboxed and add few comments.
This commit is contained in:
committed by
TeamCityServer
parent
59ad7e0e04
commit
9ccdffe8ad
@@ -11,7 +11,7 @@ import kotlin.wasm.internal.*
|
||||
* Represents a value which is either `true` or `false`. On the JVM, non-nullable values of this type are
|
||||
* represented as values of the primitive type `boolean`.
|
||||
*/
|
||||
@WasmPrimitive
|
||||
@WasmAutoboxed
|
||||
public class Boolean private constructor(private val value: Boolean) : Comparable<Boolean> {
|
||||
/**
|
||||
* Returns the inverse of this boolean.
|
||||
|
||||
Reference in New Issue
Block a user