Support actualization of expect sealed class with typealias in CliSealedClassInheritorsProvider

This commit is contained in:
Dmitriy Novozhilov
2021-04-05 13:39:09 +03:00
committed by TeamCityServer
parent fe81078366
commit a107e3d160
4 changed files with 47 additions and 6 deletions
@@ -18036,6 +18036,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
runTest("compiler/testData/diagnostics/tests/multiplatform/exhaustiveness/expectSealedClass.kt");
}
@Test
@TestMetadata("expectSealedClassWithActualTypealias.kt")
public void testExpectSealedClassWithActualTypealias() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/exhaustiveness/expectSealedClassWithActualTypealias.kt");
}
@Test
@TestMetadata("expectSealedInterface.kt")
public void testExpectSealedInterface() throws Exception {