[FIR] Make lambda parameters of dynamic function calls dynamic
#KT-57961 Fixed
This commit is contained in:
committed by
Space Team
parent
a3bf61c3f7
commit
ff7072830f
+6
@@ -21664,6 +21664,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
public void testLambdaWithDynamicReceiver() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/js/lambdaWithDynamicReceiver.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("trailingLambdaOnDynamic.kt")
|
||||
public void testTrailingLambdaOnDynamic() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/js/trailingLambdaOnDynamic.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -21802,6 +21802,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
public void testLambdaWithDynamicReceiver() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/js/lambdaWithDynamicReceiver.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("trailingLambdaOnDynamic.kt")
|
||||
public void testTrailingLambdaOnDynamic() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/js/trailingLambdaOnDynamic.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -21802,6 +21802,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
public void testLambdaWithDynamicReceiver() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/js/lambdaWithDynamicReceiver.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("trailingLambdaOnDynamic.kt")
|
||||
public void testTrailingLambdaOnDynamic() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/js/trailingLambdaOnDynamic.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -21802,6 +21802,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
public void testLambdaWithDynamicReceiver() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/js/lambdaWithDynamicReceiver.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("trailingLambdaOnDynamic.kt")
|
||||
public void testTrailingLambdaOnDynamic() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/js/trailingLambdaOnDynamic.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user