KT-53551 KT-52213 KT-58476 Fix handling of suspend functional types with context receivers

This commit is contained in:
strangepleasures
2023-09-07 12:40:01 +00:00
committed by Space Team
parent c2ee9bb1a4
commit 88453a05f1
10 changed files with 184 additions and 1 deletions
@@ -15084,6 +15084,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt52207.kt");
}
@TestMetadata("kt52213.kt")
public void testKt52213() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt52213.kt");
}
@TestMetadata("kt52373.kt")
public void testKt52373() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt52373.kt");
@@ -15094,6 +15099,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt52459.kt");
}
@TestMetadata("kt53551.kt")
public void testKt53551() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt53551.kt");
}
@TestMetadata("kt53846.kt")
public void testKt53846() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt53846.kt");
@@ -15109,6 +15119,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt56508.kt");
}
@TestMetadata("kt58476.kt")
public void testKt58476() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt58476.kt");
}
@TestMetadata("overload.kt")
public void testOverload() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/overload.kt");