Fix "Remove @ from annotation argument" (make consistent PSI)
Three relevant quick-fix tests should be fixed after it
This commit is contained in:
@@ -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, val y: Y)
|
||||
|
||||
@@ -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, val y: Y)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user