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:
Andrius Semionovas
2017-07-21 07:46:18 +03:00
committed by Mikhail Glukhikh
parent b81ca31aae
commit 68659f5a32
25 changed files with 163 additions and 146 deletions
@@ -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");