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.*
|
||||
* The `String` class represents character strings. All string literals in Kotlin programs, such as `"abc"`, are
|
||||
* implemented as instances of this class.
|
||||
*/
|
||||
@WasmPrimitive
|
||||
@WasmAutoboxed
|
||||
public class String constructor(public val string: String) : Comparable<String>, CharSequence {
|
||||
public companion object;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user