Refine expect classes in CliSealedClassInheritorsProvider

KT-45796 Fixed
This commit is contained in:
Dmitriy Novozhilov
2021-04-05 12:11:10 +03:00
committed by TeamCityServer
parent 2ee8ac2e15
commit 1633190478
6 changed files with 140 additions and 3 deletions
@@ -18041,6 +18041,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
public void testExpectSealedInterface() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/exhaustiveness/expectSealedInterface.kt");
}
@Test
@TestMetadata("kt45796.kt")
public void testKt45796() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/exhaustiveness/kt45796.kt");
}
}
@Nested