[Analysis API] Add call resolution tests for KTIJ-23373
- The Java functions aren't recognized as candidates during the test (`FULL_JDK` isn't helping), so I've replicated the tests with local extension functions and confirmed that they uncover the same exception.
This commit is contained in:
+12
@@ -85,6 +85,18 @@ public class Fe10IdeNormalAnalysisSourceModuleResolveCandidatesTestGenerated ext
|
||||
runTest("analysis/analysis-api/testData/components/callResolver/resolveCandidates/multipleCandidates/delegatedConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("forEach.kt")
|
||||
public void testForEach() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/components/callResolver/resolveCandidates/multipleCandidates/forEach.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("groupBy.kt")
|
||||
public void testGroupBy() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/components/callResolver/resolveCandidates/multipleCandidates/groupBy.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitInvoke.kt")
|
||||
public void testImplicitInvoke() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user