SubclassOptInRequired: add extra test about inheritance and superseding

This commit is contained in:
Mikhail Glukhikh
2022-08-08 12:07:20 +02:00
committed by teamcity
parent 80a9f22052
commit 81e1131441
6 changed files with 156 additions and 0 deletions
@@ -37560,6 +37560,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/subClassOptInRequired.kt");
}
@Test
@TestMetadata("subclassOptInInheritance.kt")
public void testSubclassOptInInheritance() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/subclassOptInInheritance.kt");
}
@Test
@TestMetadata("topLevel.kt")
public void testTopLevel() throws Exception {