[AA] update tests on delegated property

^KT-54311
This commit is contained in:
Dmitrii Gridin
2022-10-07 10:51:19 +02:00
committed by Space Team
parent 9c30411bb3
commit 317408e780
12 changed files with 477 additions and 2 deletions
@@ -46,6 +46,12 @@ public class Fe10IdeNormalAnalysisSourceModuleDelegateMemberScopeTestGenerated e
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/analysis-api/testData/scopes/delegatedMemberScope"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
@TestMetadata("propertyWithGetter.kt")
public void testPropertyWithGetter() throws Exception {
runTest("analysis/analysis-api/testData/scopes/delegatedMemberScope/propertyWithGetter.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() throws Exception {