[AA FIR] add tests on implicit type in delegated scope

^KT-58727
This commit is contained in:
Dmitrii Gridin
2023-05-16 17:18:12 +02:00
committed by Space Team
parent 6a8981372b
commit 4472e1ae4e
26 changed files with 987 additions and 0 deletions
@@ -58,6 +58,12 @@ public class Fe10IdeNormalAnalysisSourceModuleDelegateMemberScopeTestGenerated e
runTest("analysis/analysis-api/testData/components/scopeProvider/delegatedMemberScope/simple.kt");
}
@Test
@TestMetadata("withImplicitType.kt")
public void testWithImplicitType() throws Exception {
runTest("analysis/analysis-api/testData/components/scopeProvider/delegatedMemberScope/withImplicitType.kt");
}
@Test
@TestMetadata("withOverridden.kt")
public void testWithOverridden() throws Exception {