FIR2IR: add test for KT-55458
This commit is contained in:
committed by
Space Team
parent
9378da6f27
commit
1c4d9175e7
Generated
+6
@@ -2678,6 +2678,12 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
|
||||
runTest("compiler/testData/ir/irText/firProblems/kt43342.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55458.kt")
|
||||
public void testKt55458() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/kt55458.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lambdaInEnumEntryConstructorCall.kt")
|
||||
public void testLambdaInEnumEntryConstructorCall() throws Exception {
|
||||
|
||||
+6
@@ -2678,6 +2678,12 @@ public class LightTreeFir2IrTextTestGenerated extends AbstractLightTreeFir2IrTex
|
||||
runTest("compiler/testData/ir/irText/firProblems/kt43342.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55458.kt")
|
||||
public void testKt55458() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/kt55458.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lambdaInEnumEntryConstructorCall.kt")
|
||||
public void testLambdaInEnumEntryConstructorCall() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user