[IR] Make IrTypeOperatorCall copyable
^KT-45655 fixed
This commit is contained in:
committed by
TeamCityServer
parent
2a5153f0fd
commit
47f1a8a0bb
+6
@@ -8790,6 +8790,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/coroutines/capturedVarInSuspendLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("castWithSuspend.kt")
|
||||
public void testCastWithSuspend() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/castWithSuspend.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("catchWithInlineInsideSuspend.kt")
|
||||
public void testCatchWithInlineInsideSuspend() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user