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
@@ -60,7 +60,7 @@ public class Boolean private constructor(private val value: Boolean) : Comparabl
}
}
@WasmReinterpret
@WasmNoOpCast
internal fun toInt(): Int =
implementedAsIntrinsic