[FIR IDE] Add a special type of KtCall for generic type qualifiers

^KTIJ-21672 Fixed
This commit is contained in:
Roman Golyshev
2022-06-14 16:15:02 +04:00
committed by teamcity
parent fe06070d23
commit 581ae5fcb7
10 changed files with 129 additions and 3 deletions
@@ -214,6 +214,18 @@ public class FirStandaloneNormalAnalysisSourceModuleResolveCallTestGenerated ext
runTest("analysis/analysis-api/testData/components/callResolver/resolveCall/builderInference.kt");
}
@Test
@TestMetadata("callableReference_genericQualifier1.kt")
public void testCallableReference_genericQualifier1() throws Exception {
runTest("analysis/analysis-api/testData/components/callResolver/resolveCall/callableReference_genericQualifier1.kt");
}
@Test
@TestMetadata("callableReference_genericQualifier2.kt")
public void testCallableReference_genericQualifier2() throws Exception {
runTest("analysis/analysis-api/testData/components/callResolver/resolveCall/callableReference_genericQualifier2.kt");
}
@Test
@TestMetadata("calleeExpressionOfImplicitInvoke.kt")
public void testCalleeExpressionOfImplicitInvoke() throws Exception {