[FIR] Fix captured type arguments of local class as callable reference LHS
#KT-66267
This commit is contained in:
committed by
Space Team
parent
66212c0ec6
commit
4c93e9cff6
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user