[FIR] Fix captured type arguments of local class as callable reference LHS

#KT-66267
This commit is contained in:
Kirill Rakhman
2024-03-05 16:14:27 +01:00
committed by Space Team
parent 66212c0ec6
commit 4c93e9cff6
24 changed files with 163 additions and 10 deletions
@@ -3551,6 +3551,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/callableReference/callableReferenceOfObjectMethod.kt");
}
@Test
@TestMetadata("callableReferencetoInnerAndLocal.kt")
public void testCallableReferencetoInnerAndLocal() {
runTest("compiler/testData/codegen/box/callableReference/callableReferencetoInnerAndLocal.kt");
}
@Test
@TestMetadata("charArrayOf.kt")
public void testCharArrayOf() {
@@ -3551,6 +3551,12 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
runTest("compiler/testData/codegen/box/callableReference/callableReferenceOfObjectMethod.kt");
}
@Test
@TestMetadata("callableReferencetoInnerAndLocal.kt")
public void testCallableReferencetoInnerAndLocal() {
runTest("compiler/testData/codegen/box/callableReference/callableReferencetoInnerAndLocal.kt");
}
@Test
@TestMetadata("charArrayOf.kt")
public void testCharArrayOf() {
@@ -3551,6 +3551,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/callableReference/callableReferenceOfObjectMethod.kt");
}
@Test
@TestMetadata("callableReferencetoInnerAndLocal.kt")
public void testCallableReferencetoInnerAndLocal() {
runTest("compiler/testData/codegen/box/callableReference/callableReferencetoInnerAndLocal.kt");
}
@Test
@TestMetadata("charArrayOf.kt")
public void testCharArrayOf() {
@@ -3551,6 +3551,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
runTest("compiler/testData/codegen/box/callableReference/callableReferenceOfObjectMethod.kt");
}
@Test
@TestMetadata("callableReferencetoInnerAndLocal.kt")
public void testCallableReferencetoInnerAndLocal() {
runTest("compiler/testData/codegen/box/callableReference/callableReferencetoInnerAndLocal.kt");
}
@Test
@TestMetadata("charArrayOf.kt")
public void testCharArrayOf() {