[Tests] Create test for nested classes matching when actualized via typealias
^KT-31636
This commit is contained in:
committed by
Space Team
parent
6b6353f3b9
commit
bfc775faf5
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user