[AA] add test on data class members

^KT-54051
This commit is contained in:
Dmitrii Gridin
2022-11-18 09:36:58 +01:00
committed by Space Team
parent edd60cd204
commit b04c9f02b0
5 changed files with 797 additions and 0 deletions
@@ -46,6 +46,12 @@ public class FirStandaloneNormalAnalysisSourceModuleMemberScopeByFqNameTestGener
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/analysis-api/testData/scopes/memberScopeByFqName"), Pattern.compile("^(.+)\\.kt$"), null, true, "withTestCompilerPluginEnabled");
}
@Test
@TestMetadata("dataClass.kt")
public void testDataClass() throws Exception {
runTest("analysis/analysis-api/testData/scopes/memberScopeByFqName/dataClass.kt");
}
@Test
@TestMetadata("emumEntryWithoutMembers.kt")
public void testEmumEntryWithoutMembers() throws Exception {