[JS IR] Add test on call of suspend super type
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user