[IR] Make IrTypeOperatorCall copyable

^KT-45655 fixed
This commit is contained in:
Ilya Goncharov
2021-03-23 19:11:52 +03:00
committed by TeamCityServer
parent 2a5153f0fd
commit 47f1a8a0bb
11 changed files with 71 additions and 2 deletions
@@ -6854,6 +6854,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/capturedVarInSuspendLambda.kt");
}
@TestMetadata("castWithSuspend.kt")
public void testCastWithSuspend() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/castWithSuspend.kt");
}
@TestMetadata("catchWithInlineInsideSuspend.kt")
public void testCatchWithInlineInsideSuspend() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/catchWithInlineInsideSuspend.kt");