[Test] Add test for expect nested classes unwrapping

...in type arguments, when they were actualized via
typealias.

^KT-31636
This commit is contained in:
Roman Efremov
2023-11-27 15:40:29 +01:00
committed by Space Team
parent 4aaf290c99
commit cec644e9db
8 changed files with 81 additions and 0 deletions
@@ -337,6 +337,12 @@ public class FirOldFrontendMPPDiagnosticsWithLightTreeTestGenerated extends Abst
runTest("compiler/testData/diagnostics/tests/multiplatform/nestedClassViaActualTypealias.kt");
}
@Test
@TestMetadata("nestedClassViaActualTypealiasExpandInTypeParam.kt")
public void testNestedClassViaActualTypealiasExpandInTypeParam() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/nestedClassViaActualTypealiasExpandInTypeParam.kt");
}
@Test
@TestMetadata("nestedClassViaActualTypealiasWithTypeParam.kt")
public void testNestedClassViaActualTypealiasWithTypeParam() throws Exception {
@@ -337,6 +337,12 @@ public class FirOldFrontendMPPDiagnosticsWithPsiTestGenerated extends AbstractFi
runTest("compiler/testData/diagnostics/tests/multiplatform/nestedClassViaActualTypealias.kt");
}
@Test
@TestMetadata("nestedClassViaActualTypealiasExpandInTypeParam.kt")
public void testNestedClassViaActualTypealiasExpandInTypeParam() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/nestedClassViaActualTypealiasExpandInTypeParam.kt");
}
@Test
@TestMetadata("nestedClassViaActualTypealiasWithTypeParam.kt")
public void testNestedClassViaActualTypealiasWithTypeParam() throws Exception {