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:
+1
@@ -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
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user