[Tests] Create test for nested classes matching when actualized via typealias

^KT-31636
This commit is contained in:
Roman Efremov
2023-10-23 13:54:46 +02:00
committed by Space Team
parent 6b6353f3b9
commit bfc775faf5
8 changed files with 123 additions and 0 deletions
@@ -23970,6 +23970,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/multiplatform/namedArguments.kt");
}
@Test
@TestMetadata("nestedClassViaActualTypealias.kt")
public void testNestedClassViaActualTypealias() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/nestedClassViaActualTypealias.kt");
}
@Test
@TestMetadata("optionalExpectationDiagnostics.kt")
public void testOptionalExpectationDiagnostics() throws Exception {
@@ -23970,6 +23970,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/multiplatform/namedArguments.kt");
}
@Test
@TestMetadata("nestedClassViaActualTypealias.kt")
public void testNestedClassViaActualTypealias() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/nestedClassViaActualTypealias.kt");
}
@Test
@TestMetadata("optionalExpectationDiagnostics.kt")
public void testOptionalExpectationDiagnostics() throws Exception {