[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:
committed by
Space Team
parent
1e388ad7dc
commit
35b172c40f
+6
@@ -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() {
|
||||
|
||||
+6
@@ -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() {
|
||||
|
||||
+6
@@ -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() {
|
||||
|
||||
+6
@@ -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)
|
||||
Generated
+6
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user