AA: use explicit qualifier type if available

...when computing receiver type for double colon expression

^KT-65150 fixed
This commit is contained in:
Jinseong Jeon
2024-01-19 14:28:32 -08:00
committed by Space Team
parent 2277c1ba97
commit 2429d09edd
7 changed files with 53 additions and 6 deletions
@@ -64,6 +64,12 @@ public class FirStandaloneNormalAnalysisSourceModuleDoubleColonReceiverTypeTestG
runTest("analysis/analysis-api/testData/components/typeInfoProvider/doubleColonReceiverType/getClass_variable.kt");
}
@Test
@TestMetadata("methodReference_java.kt")
public void testMethodReference_java() throws Exception {
runTest("analysis/analysis-api/testData/components/typeInfoProvider/doubleColonReceiverType/methodReference_java.kt");
}
@Test
@TestMetadata("methodReference_type.kt")
public void testMethodReference_type() throws Exception {