Minor, update test data

See 8466270 for the reason.
 Note that actually we do not report errors on such cases because psiElement is not valid, but in tests for intentions we check all errors
This commit is contained in:
Mikhail Zarechenskiy
2017-03-27 10:36:10 +03:00
parent 298ee266c3
commit 3f1a43a743
2 changed files with 2 additions and 0 deletions
@@ -1,5 +1,6 @@
// WITH_RUNTIME
// INTENTION_TEXT: Remove @ from annotation argument
// SKIP_ERRORS_BEFORE
annotation class X(val value: Array<Y>)
annotation class Y()
@@ -1,5 +1,6 @@
// WITH_RUNTIME
// INTENTION_TEXT: Remove @ from annotation argument
// SKIP_ERRORS_BEFORE
annotation class X(val value: Array<Y>)
annotation class Y()