Analysis API: Implement KtCallResolver.collectAllCandidates for FE 1.0.

This commit is contained in:
Mark Punzalan
2022-02-14 07:11:56 +00:00
committed by Ilya Kirillov
parent 81a66258fa
commit afb34d3193
28 changed files with 1393 additions and 31 deletions
@@ -136,8 +136,7 @@ private fun TestGroupSuite.generateAnalysisApiComponentsTests() {
model("resolveCall")
}
test(
AbstractResolveCandidatesTest::class,
generateFe10 = false // TODO: Not yet implemented
AbstractResolveCandidatesTest::class
) {
model("resolveCandidates")
}