[FIR] Ensure KT-65581 is non-reproducible

It seems it was briefly introduced at
and then present at `2.0.0-dev-14408`,
but no longer is at `2.0.0-dev-16490`

^KT-65581 Obsolete
This commit is contained in:
Nikolay Lunyak
2024-02-22 14:02:56 +02:00
committed by Space Team
parent 1e388ad7dc
commit 35b172c40f
6 changed files with 35 additions and 0 deletions
@@ -1515,6 +1515,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/TypeMismatchOnOverrideWithSyntaxErrors.kt");
}
@Test
@TestMetadata("typealiasInAnnotationPrimitiveVararg.kt")
public void testTypealiasInAnnotationPrimitiveVararg() {
runTest("compiler/testData/diagnostics/tests/typealiasInAnnotationPrimitiveVararg.kt");
}
@Test
@TestMetadata("Underscore.kt")
public void testUnderscore() {
@@ -1515,6 +1515,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/TypeMismatchOnOverrideWithSyntaxErrors.kt");
}
@Test
@TestMetadata("typealiasInAnnotationPrimitiveVararg.kt")
public void testTypealiasInAnnotationPrimitiveVararg() {
runTest("compiler/testData/diagnostics/tests/typealiasInAnnotationPrimitiveVararg.kt");
}
@Test
@TestMetadata("Underscore.kt")
public void testUnderscore() {
@@ -1515,6 +1515,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
runTest("compiler/testData/diagnostics/tests/TypeMismatchOnOverrideWithSyntaxErrors.kt");
}
@Test
@TestMetadata("typealiasInAnnotationPrimitiveVararg.kt")
public void testTypealiasInAnnotationPrimitiveVararg() {
runTest("compiler/testData/diagnostics/tests/typealiasInAnnotationPrimitiveVararg.kt");
}
@Test
@TestMetadata("Underscore.kt")
public void testUnderscore() {
@@ -1515,6 +1515,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
runTest("compiler/testData/diagnostics/tests/TypeMismatchOnOverrideWithSyntaxErrors.kt");
}
@Test
@TestMetadata("typealiasInAnnotationPrimitiveVararg.kt")
public void testTypealiasInAnnotationPrimitiveVararg() {
runTest("compiler/testData/diagnostics/tests/typealiasInAnnotationPrimitiveVararg.kt");
}
@Test
@TestMetadata("Underscore.kt")
public void testUnderscore() {
@@ -0,0 +1,5 @@
// FIR_IDENTICAL
// ISSUE: KT-65581
typealias Aliased = Int
annotation class Tag(vararg val tags: Aliased)
@@ -1515,6 +1515,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/TypeMismatchOnOverrideWithSyntaxErrors.kt");
}
@Test
@TestMetadata("typealiasInAnnotationPrimitiveVararg.kt")
public void testTypealiasInAnnotationPrimitiveVararg() {
runTest("compiler/testData/diagnostics/tests/typealiasInAnnotationPrimitiveVararg.kt");
}
@Test
@TestMetadata("Underscore.kt")
public void testUnderscore() {