WASM: NFC. Rename WasmReinterpret into WasmNoOpCast.

This commit is contained in:
Igor Laevsky
2021-07-23 17:27:51 +03:00
committed by TeamCityServer
parent 0f84525bdc
commit d90e3618f9
8 changed files with 17 additions and 14 deletions
@@ -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