Introduce error "ANNOTATION_USED_AS_ANNOTATION_ARGUMENT" along with QF
The relevant inspection has been removed So #KT-18855 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
b81ca31aae
commit
68659f5a32
@@ -886,6 +886,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("annotatedExpressionInsideAnnotation.kt")
|
||||
public void testAnnotatedExpressionInsideAnnotation() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/annotations/annotatedExpressionInsideAnnotation.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("AnnotatedLocalObjectFun.kt")
|
||||
public void testAnnotatedLocalObjectFun() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/annotations/AnnotatedLocalObjectFun.kt");
|
||||
|
||||
Reference in New Issue
Block a user