WASM: NFC. Rename WasmPrimitive into WasmAutoboxed and add few comments.

This commit is contained in:
Igor Laevsky
2021-07-16 19:50:48 +03:00
committed by TeamCityServer
parent 59ad7e0e04
commit 9ccdffe8ad
7 changed files with 17 additions and 13 deletions
@@ -13,7 +13,7 @@ import kotlin.wasm.internal.*
*
* On the JVM, non-nullable values of this type are represented as values of the primitive type `char`.
*/
@WasmPrimitive
@WasmAutoboxed
@Suppress("NOTHING_TO_INLINE")
public class Char private constructor(public val value: Char) : Comparable<Char> {
/**