[JS IR] Add test on call of suspend super type

This commit is contained in:
Ilya Goncharov
2021-08-19 11:57:28 +03:00
committed by Space
parent ee712b2770
commit 4179d078ca
8 changed files with 86 additions and 0 deletions
@@ -7565,6 +7565,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/suspendFunImportedFromObject.kt");
}
@TestMetadata("suspendFunctionAsSupertypeCall.kt")
public void testSuspendFunctionAsSupertypeCall() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertypeCall.kt");
}
@TestMetadata("suspendFunctionMethodReference.kt")
public void testSuspendFunctionMethodReference() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionMethodReference.kt");