[JS IR] Review remarks

- Use intrinsic on this
- Enqueue invoke for DCE
- Change transform
- Ignore instead of target backend

^KT-46204 fixed
This commit is contained in:
Ilya Goncharov
2021-08-09 12:49:06 +03:00
committed by Space
parent 2f0f88062a
commit 766857881a
10 changed files with 63 additions and 57 deletions
@@ -7883,6 +7883,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionAsSupertypeIsCheck.kt");
}
@TestMetadata("suspendFunctionAsSupertypeIsCheckWithArity.kt")
public void ignoreSuspendFunctionAsSupertypeIsCheckWithArity() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionAsSupertypeIsCheckWithArity.kt");
}
private void runTest(String testDataFilePath) throws Exception {
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
}