[FIR] Fix extension property reference resolution
On type with star projection #KT-44372 Fixed
This commit is contained in:
committed by
teamcityserver
parent
2b4ea8e6e7
commit
ddc9c1bd1b
+5
@@ -2922,6 +2922,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/extensionFromTopLevelUnitOneStringArg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("extensionProperty.kt")
|
||||
public void testExtensionProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/extensionProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericCallableReferenceArguments.kt")
|
||||
public void testGenericCallableReferenceArguments() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/genericCallableReferenceArguments.kt");
|
||||
|
||||
Reference in New Issue
Block a user