PSI2IR KT-51036 fix lambda return value generation
This commit is contained in:
Generated
+6
@@ -34432,6 +34432,12 @@ public class ExternalTestGenerated extends AbstractExternalNativeBlackBoxTest {
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user