[Test] Add test for expect nested classes unwrapping
...in type arguments, when they were actualized via typealias. ^KT-31636
This commit is contained in:
committed by
Space Team
parent
4aaf290c99
commit
cec644e9db
+6
@@ -23976,6 +23976,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
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 {
|
||||
|
||||
+6
@@ -23976,6 +23976,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user