[FIR2IR] Unwrap named arguments for suspend conversion
#KT-65878 Fixed
This commit is contained in:
committed by
Space Team
parent
b054a4481d
commit
634f0c2ae7
+5
@@ -40574,6 +40574,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/sam/constructors/sameWrapperClass2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspendSamConstructorAdaptation.kt")
|
||||
public void testSuspendSamConstructorAdaptation() {
|
||||
runTest("compiler/testData/codegen/box/sam/constructors/suspendSamConstructorAdaptation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("syntheticVsReal.kt")
|
||||
public void testSyntheticVsReal() {
|
||||
runTest("compiler/testData/codegen/box/sam/constructors/syntheticVsReal.kt");
|
||||
|
||||
Reference in New Issue
Block a user