Add regression test for coroutines issue KT-49294

This commit is contained in:
Alexander Udalov
2021-11-26 00:07:14 +01:00
parent 5b66c4cdc3
commit 3f47725eb9
9 changed files with 141 additions and 0 deletions
@@ -7280,6 +7280,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/kt49168.kt");
}
@TestMetadata("kt49294.kt")
public void ignoreKt49294() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt49294.kt");
}
@TestMetadata("suspendFunctionAsSupertype.kt")
public void ignoreSuspendFunctionAsSupertype() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt");