WASM: NFC. Rename WasmReinterpret into WasmNoOpCast.
This commit is contained in:
committed by
TeamCityServer
parent
0f84525bdc
commit
d90e3618f9
@@ -76,7 +76,7 @@ public class Char private constructor(public val value: Char) : Comparable<Char>
|
||||
this.toInt().toShort()
|
||||
|
||||
/** Returns the value of this character as a `Int`. */
|
||||
@WasmReinterpret
|
||||
@WasmNoOpCast
|
||||
public fun toInt(): Int =
|
||||
implementedAsIntrinsic
|
||||
|
||||
|
||||
Reference in New Issue
Block a user