[FE 1.0/FIR] Fix message of SEALED_SUPERTYPE_IN_LOCAL_CLASS diagnostic

^KT-46285 Fixed
This commit is contained in:
Dmitriy Novozhilov
2021-10-21 11:33:22 +03:00
committed by teamcityserver
parent 94664694df
commit 06a26a5a74
18 changed files with 262 additions and 14 deletions
@@ -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 {