[FIR2IR] Unwrap named arguments for suspend conversion
#KT-65878 Fixed
This commit is contained in:
committed by
Space Team
parent
b054a4481d
commit
634f0c2ae7
+6
@@ -50510,6 +50510,12 @@ public class JvmAbiConsistencyTestBoxGenerated extends AbstractJvmAbiConsistency
|
||||
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() {
|
||||
|
||||
+6
@@ -47414,6 +47414,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
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() {
|
||||
|
||||
+6
@@ -50510,6 +50510,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
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() {
|
||||
|
||||
+6
@@ -50510,6 +50510,12 @@ public class IrBlackBoxCodegenWithIrInlinerTestGenerated extends AbstractIrBlack
|
||||
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() {
|
||||
|
||||
Reference in New Issue
Block a user