[FIR] KT-58523: Ensure the compiler resolves to the typealias
This commit is contained in:
committed by
Space Team
parent
1b9ed568bb
commit
99ff36c77a
+6
@@ -909,6 +909,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/ReserveYieldNoMore2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("resolutionToTypealiasInsteadOfProperty.kt")
|
||||
public void testResolutionToTypealiasInsteadOfProperty() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolutionToTypealiasInsteadOfProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ResolveOfJavaGenerics.kt")
|
||||
public void testResolveOfJavaGenerics() throws Exception {
|
||||
|
||||
+6
@@ -909,6 +909,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/ReserveYieldNoMore2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("resolutionToTypealiasInsteadOfProperty.kt")
|
||||
public void testResolutionToTypealiasInsteadOfProperty() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolutionToTypealiasInsteadOfProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ResolveOfJavaGenerics.kt")
|
||||
public void testResolveOfJavaGenerics() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user