JVM_IR: expect unboxed return value from suspend default stubs

#KT-47206 Fixed
This commit is contained in:
pyos
2021-06-10 09:51:48 +02:00
committed by TeamCityServer
parent 578fcf2ebf
commit cf660cf24a
12 changed files with 133 additions and 30 deletions
@@ -8296,6 +8296,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/inlineClasses/direct/createOverride.kt");
}
@TestMetadata("defaultStub.kt")
public void testDefaultStub() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/inlineClasses/direct/defaultStub.kt");
}
@TestMetadata("genericOverrideSuspendFun.kt")
public void testGenericOverrideSuspendFun() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/inlineClasses/direct/genericOverrideSuspendFun.kt");
@@ -8544,6 +8549,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/inlineClasses/resume/createOverride.kt");
}
@TestMetadata("defaultStub.kt")
public void testDefaultStub() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/inlineClasses/resume/defaultStub.kt");
}
@TestMetadata("genericOverrideSuspendFun.kt")
public void testGenericOverrideSuspendFun() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/inlineClasses/resume/genericOverrideSuspendFun.kt");