WASM: Implement string hashcode

This commit is contained in:
Igor Laevsky
2021-07-30 18:49:40 +03:00
committed by TeamCityServer
parent c526145a48
commit af865544ff
3 changed files with 15 additions and 4 deletions
@@ -11728,6 +11728,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/primitiveTypes/rangeTo.kt");
}
@TestMetadata("stringEqualsHashCodeToString.kt")
public void testStringEqualsHashCodeToString() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/stringEqualsHashCodeToString.kt");
}
@TestMetadata("unboxComparable.kt")
public void testUnboxComparable() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/unboxComparable.kt");