[JVM IR] Use reference equality when comparing enums.
This commit is contained in:
committed by
Alexander Udalov
parent
a732e8f5fe
commit
368b0d9b0b
+5
@@ -10942,6 +10942,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/enum/kt18731.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt18731_2.kt")
|
||||
public void testKt18731_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/kt18731_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt20651.kt")
|
||||
public void testKt20651() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/kt20651.kt");
|
||||
|
||||
@@ -1801,6 +1801,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
public void testKt18731() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/enum/kt18731.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt18731_2.kt")
|
||||
public void testKt18731_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/enum/kt18731_2.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/bytecodeText/exclExcl")
|
||||
|
||||
+5
@@ -10942,6 +10942,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/enum/kt18731.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt18731_2.kt")
|
||||
public void testKt18731_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/kt18731_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt20651.kt")
|
||||
public void testKt20651() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/kt20651.kt");
|
||||
|
||||
+5
@@ -9797,6 +9797,11 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/enum/kt18731.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt18731_2.kt")
|
||||
public void testKt18731_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/kt18731_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt20651.kt")
|
||||
public void testKt20651() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/kt20651.kt");
|
||||
|
||||
+5
@@ -1756,6 +1756,11 @@ public class IrBytecodeTextTestGenerated extends AbstractIrBytecodeTextTest {
|
||||
public void testKt18731() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/enum/kt18731.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt18731_2.kt")
|
||||
public void testKt18731_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/enum/kt18731_2.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/bytecodeText/exclExcl")
|
||||
|
||||
Reference in New Issue
Block a user