Fix "Remove @ from annotation argument" (make consistent PSI)

Three relevant quick-fix tests should be fixed after it
This commit is contained in:
Mikhail Glukhikh
2018-08-06 17:15:37 +03:00
parent 9ad2edbe85
commit 28484f31e7
5 changed files with 5 additions and 8 deletions
@@ -1,5 +1,4 @@
// "Remove @ from annotation argument" "true"
// ERROR: An annotation argument must be a compile-time constant
annotation class Y()
annotation class X(val value: Y)