[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
@@ -3637,6 +3637,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
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() {
@@ -3721,6 +3721,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
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() {
@@ -3553,6 +3553,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
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() {
@@ -3638,6 +3638,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
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() {