[Test] Add test for current behavior of resolution of nested class type

...when it is actualized via typealias.

^KT-31636
This commit is contained in:
Roman Efremov
2023-11-23 12:16:50 +01:00
committed by Space Team
parent 205690b220
commit 5147a5e805
7 changed files with 68 additions and 0 deletions
@@ -24060,6 +24060,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/multiplatform/supertypeActualizationWithAny.kt");
}
@Test
@TestMetadata("typeResolutionOfNestedClassActualizedViaTypealias.kt")
public void testTypeResolutionOfNestedClassActualizedViaTypealias() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/typeResolutionOfNestedClassActualizedViaTypealias.kt");
}
@Test
@TestMetadata("varSetterVisibility.kt")
public void testVarSetterVisibility() throws Exception {
@@ -24060,6 +24060,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/multiplatform/supertypeActualizationWithAny.kt");
}
@Test
@TestMetadata("typeResolutionOfNestedClassActualizedViaTypealias.kt")
public void testTypeResolutionOfNestedClassActualizedViaTypealias() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/typeResolutionOfNestedClassActualizedViaTypealias.kt");
}
@Test
@TestMetadata("varSetterVisibility.kt")
public void testVarSetterVisibility() throws Exception {