KT-61568 [FIR][AA] Add one more testcase for AllCandidatesResolver
This commit is contained in:
+6
@@ -441,6 +441,12 @@ public class FirStandaloneNormalAnalysisSourceModuleResolveCandidatesTestGenerat
|
||||
runTest("analysis/analysis-api/testData/components/callResolver/resolveCandidates/singleCandidate/memberFunctionVsTopLevel.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overloadWithReceiver.kt")
|
||||
public void testOverloadWithReceiver() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/components/callResolver/resolveCandidates/singleCandidate/overloadWithReceiver.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privateMember.kt")
|
||||
public void testPrivateMember() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user