[FE 1.0/FIR] Fix message of SEALED_SUPERTYPE_IN_LOCAL_CLASS diagnostic
^KT-46285 Fixed
This commit is contained in:
committed by
teamcityserver
parent
94664694df
commit
06a26a5a74
+6
@@ -26271,6 +26271,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/sealed/RedundantAbstract.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("sealedInheritorErrorMessage.kt")
|
||||
public void testSealedInheritorErrorMessage() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/sealed/sealedInheritorErrorMessage.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("TreeWhen.kt")
|
||||
public void testTreeWhen() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user