[JVM IR] Use reference equality when comparing enums.
This commit is contained in:
committed by
Alexander Udalov
parent
a732e8f5fe
commit
368b0d9b0b
Generated
+5
@@ -8417,6 +8417,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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
@@ -8417,6 +8417,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user