Make enum entries to be interpreted in right order

#KT-53727 Fixed
This commit is contained in:
Ivan Kylchik
2022-07-22 15:24:33 +02:00
committed by teamcity
parent 76f1744868
commit 008a5f02e5
5 changed files with 20 additions and 2 deletions
@@ -100,6 +100,12 @@ public class LoweredIrInterpreterTestGenerated extends AbstractLoweredIrInterpre
runTest("compiler/testData/ir/loweredIr/interpreter/kCallableName.kt");
}
@Test
@TestMetadata("kt53272.kt")
public void testKt53272() throws Exception {
runTest("compiler/testData/ir/loweredIr/interpreter/kt53272.kt");
}
@Test
@TestMetadata("longOperations.kt")
public void testLongOperations() throws Exception {