[IR] Make IrTypeOperatorCall copyable
^KT-45655 fixed
This commit is contained in:
committed by
TeamCityServer
parent
2a5153f0fd
commit
47f1a8a0bb
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -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");
|
||||
|
||||
Generated
+5
@@ -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");
|
||||
|
||||
Generated
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user