[IR] Make IrTypeOperatorCall copyable
^KT-45655 fixed
This commit is contained in:
committed by
TeamCityServer
parent
2a5153f0fd
commit
47f1a8a0bb
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user