Sort out JVM intrinsics for equals, hashCode, toString

This commit is contained in:
Alexander Udalov
2014-02-07 15:49:28 +04:00
parent 3dcd85bdb4
commit 774e5f0535
4 changed files with 81 additions and 65 deletions
@@ -4256,6 +4256,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/primitiveTypes/ea35963.kt");
}
@TestMetadata("equalsHashCodeToString.kt")
public void testEqualsHashCodeToString() throws Exception {
doTest("compiler/testData/codegen/box/primitiveTypes/equalsHashCodeToString.kt");
}
@TestMetadata("incrementByteCharShort.kt")
public void testIncrementByteCharShort() throws Exception {
doTest("compiler/testData/codegen/box/primitiveTypes/incrementByteCharShort.kt");