FIR2IR: add test for KT-55458

This commit is contained in:
Mikhail Glukhikh
2023-01-30 16:23:34 +01:00
committed by Space Team
parent 9378da6f27
commit 1c4d9175e7
9 changed files with 70 additions and 0 deletions
@@ -1960,6 +1960,11 @@ public class KlibTextTestCaseGenerated extends AbstractKlibTextTestCase {
runTest("compiler/testData/ir/irText/firProblems/kt43342.kt");
}
@TestMetadata("kt55458.kt")
public void testKt55458() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/kt55458.kt");
}
@TestMetadata("lambdaInEnumEntryConstructorCall.kt")
public void testLambdaInEnumEntryConstructorCall() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/lambdaInEnumEntryConstructorCall.kt");