Make enum entries to be interpreted in right order
#KT-53727 Fixed
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user