[FE 1.0] 2/2 Drop AllowDifferentMembersInActual from compiler and testData
The annotation was dropped in the previous commit
This commit is contained in:
Generated
-12
@@ -23629,18 +23629,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/multiplatform/actualClassifierMustHasTheSameMembersAsNonFinalExpectClassifierChecker"), Pattern.compile("^(.*)\\.kts?$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("allowDifferentMembersInActual_class.kt")
|
||||
public void testAllowDifferentMembersInActual_class() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/actualClassifierMustHasTheSameMembersAsNonFinalExpectClassifierChecker/allowDifferentMembersInActual_class.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("allowDifferentMembersInActual_typealias.kt")
|
||||
public void testAllowDifferentMembersInActual_typealias() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/actualClassifierMustHasTheSameMembersAsNonFinalExpectClassifierChecker/allowDifferentMembersInActual_typealias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("changeClassTypeParameterNames.kt")
|
||||
public void testChangeClassTypeParameterNames() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user