[FIR] Fix WRONG_ANNOTATION_TARGET for annotation for block, ^KT-52175 Fixed
This commit is contained in:
+6
@@ -996,6 +996,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/AmbigiousAnnotationConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("AnnotatedBlock.kt")
|
||||
public void testAnnotatedBlock() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/AnnotatedBlock.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("AnnotatedConstructor.kt")
|
||||
public void testAnnotatedConstructor() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user