JVM_IR: do not box inline classes in suspend multifile bridges

This commit is contained in:
pyos
2021-04-22 12:39:49 +02:00
committed by Ilmir Usmanov
parent 7d95943b8b
commit 23ffbe4d9e
9 changed files with 97 additions and 58 deletions
@@ -8419,6 +8419,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/inlineClasses/resume/invokeOperator.kt");
}
@TestMetadata("multifileBridge.kt")
public void testMultifileBridge() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/inlineClasses/resume/multifileBridge.kt");
}
@TestMetadata("overrideSuspendFun.kt")
public void testOverrideSuspendFun() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/inlineClasses/resume/overrideSuspendFun.kt");