FirClassAnySynthesizedMemberScope.kt: make it a declared member scope

Related to KT-54844, KT-58926
This commit is contained in:
Mikhail Glukhikh
2023-05-26 09:04:31 +02:00
committed by Space Team
parent 0ea0346ec1
commit 668157eb41
15 changed files with 222 additions and 72 deletions
@@ -4195,6 +4195,12 @@ public class DiagnosticCompilerTestFirTestdataTestGenerated extends AbstractDiag
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolve/scopes"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
}
@Test
@TestMetadata("delegatedDataClass.kt")
public void testDelegatedDataClass() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolve/scopes/delegatedDataClass.kt");
}
@Test
@TestMetadata("explicitOverrideOfTwoMembers.kt")
public void testExplicitOverrideOfTwoMembers() throws Exception {
@@ -4195,6 +4195,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFirTestDataTestGenerated
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolve/scopes"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
}
@Test
@TestMetadata("delegatedDataClass.kt")
public void testDelegatedDataClass() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolve/scopes/delegatedDataClass.kt");
}
@Test
@TestMetadata("explicitOverrideOfTwoMembers.kt")
public void testExplicitOverrideOfTwoMembers() throws Exception {