[FIR2IR] Unwrap named arguments for suspend conversion
#KT-65878 Fixed
This commit is contained in:
committed by
Space Team
parent
b054a4481d
commit
634f0c2ae7
+6
@@ -38781,6 +38781,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
public void testSameWrapperClass2() {
|
||||
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");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -39767,6 +39767,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
public void testSameWrapperClass2() {
|
||||
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");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -37219,6 +37219,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
public void testSameWrapperClass2() {
|
||||
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");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -38194,6 +38194,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
public void testSameWrapperClass2() {
|
||||
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");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user