Support actualization of expect sealed class with typealias in CliSealedClassInheritorsProvider
This commit is contained in:
committed by
TeamCityServer
parent
fe81078366
commit
a107e3d160
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user