SubclassOptInRequired: add extra test about inheritance and superseding
This commit is contained in:
committed by
teamcity
parent
80a9f22052
commit
81e1131441
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user