[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
@@ -4195,6 +4195,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/callableReference/callableReferenceOfStaticMethod.kt");
}
@TestMetadata("callableReferencetoInnerAndLocal.kt")
public void testCallableReferencetoInnerAndLocal() {
runTest("compiler/testData/codegen/box/callableReference/callableReferencetoInnerAndLocal.kt");
}
@TestMetadata("charArrayOf.kt")
public void testCharArrayOf() {
runTest("compiler/testData/codegen/box/callableReference/charArrayOf.kt");