Add applicability checks & tests for SubclassOptInRequired
This commit is contained in:
committed by
teamcity
parent
66e710704a
commit
80a9f22052
+6
@@ -37548,6 +37548,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/overrideInAnonymousObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("subClassOptInModality.kt")
|
||||
public void testSubClassOptInModality() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/subClassOptInModality.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("subClassOptInRequired.kt")
|
||||
public void testSubClassOptInRequired() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user