K1/K2: add test confirming the behavior of KT-61694 case
This commit is contained in:
committed by
Space Team
parent
20f74c22d7
commit
7c53387fc4
+6
@@ -38412,6 +38412,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/importMemberFromJavaViaAlias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("importNestedTypeFromTypeAlias.kt")
|
||||
public void testImportNestedTypeFromTypeAlias() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/importNestedTypeFromTypeAlias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inGenerics.kt")
|
||||
public void testInGenerics() throws Exception {
|
||||
|
||||
+6
@@ -38412,6 +38412,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/importMemberFromJavaViaAlias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("importNestedTypeFromTypeAlias.kt")
|
||||
public void testImportNestedTypeFromTypeAlias() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/importNestedTypeFromTypeAlias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inGenerics.kt")
|
||||
public void testInGenerics() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user