[FIR2IR] Unwrap named arguments for suspend conversion

#KT-65878 Fixed
This commit is contained in:
Kirill Rakhman
2024-02-19 11:09:42 +01:00
committed by Space Team
parent b054a4481d
commit 634f0c2ae7
25 changed files with 254 additions and 14 deletions
@@ -51475,6 +51475,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
runTest("compiler/testData/codegen/box/sam/constructors/sameWrapperClass2.kt");
}
@Test
@TestMetadata("suspendSamConstructorAdaptation.kt")
public void testSuspendSamConstructorAdaptation() {
runTest("compiler/testData/codegen/box/sam/constructors/suspendSamConstructorAdaptation.kt");
}
@Test
@TestMetadata("syntheticVsReal.kt")
public void testSyntheticVsReal() {
@@ -51475,6 +51475,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
runTest("compiler/testData/codegen/box/sam/constructors/sameWrapperClass2.kt");
}
@Test
@TestMetadata("suspendSamConstructorAdaptation.kt")
public void testSuspendSamConstructorAdaptation() {
runTest("compiler/testData/codegen/box/sam/constructors/suspendSamConstructorAdaptation.kt");
}
@Test
@TestMetadata("syntheticVsReal.kt")
public void testSyntheticVsReal() {