PSI2IR KT-51036 fix lambda return value generation
This commit is contained in:
+6
@@ -44341,6 +44341,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/unit/kt4265.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51036.kt")
|
||||
public void testKt51036() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unit/kt51036.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullableUnit.kt")
|
||||
public void testNullableUnit() throws Exception {
|
||||
|
||||
+6
@@ -44803,6 +44803,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/unit/kt4265.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51036.kt")
|
||||
public void testKt51036() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unit/kt51036.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullableUnit.kt")
|
||||
public void testNullableUnit() throws Exception {
|
||||
|
||||
Generated
+6
@@ -1676,6 +1676,12 @@ public class IrTextTestGenerated extends AbstractIrTextTest {
|
||||
runTest("compiler/testData/ir/irText/expressions/kt50028.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51036.kt")
|
||||
public void testKt51036() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/kt51036.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lambdaInCAO.kt")
|
||||
public void testLambdaInCAO() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user