[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
@@ -6118,6 +6118,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
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");
@@ -5539,6 +5539,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
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");
@@ -5539,6 +5539,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
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");