Annotation rename: target --> @Target
This commit is contained in:
+1
-1
@@ -8,5 +8,5 @@ annotation(Retention.BINARY, false) class ann2
|
||||
|
||||
annotation(retention = Retention.RUNTIME) class ann3
|
||||
|
||||
target(Target.FUNCTION, Target.CLASSIFIER, Target.EXPRESSION)
|
||||
@Target(Target.FUNCTION, Target.CLASSIFIER, Target.EXPRESSION)
|
||||
annotation(Retention.SOURCE) class ann4
|
||||
+2
-1
@@ -117,11 +117,12 @@ JetFile: options.kt
|
||||
CLASS
|
||||
MODIFIER_LIST
|
||||
ANNOTATION_ENTRY
|
||||
PsiElement(AT)('@')
|
||||
CONSTRUCTOR_CALLEE
|
||||
TYPE_REFERENCE
|
||||
USER_TYPE
|
||||
REFERENCE_EXPRESSION
|
||||
PsiElement(IDENTIFIER)('target')
|
||||
PsiElement(IDENTIFIER)('Target')
|
||||
VALUE_ARGUMENT_LIST
|
||||
PsiElement(LPAR)('(')
|
||||
VALUE_ARGUMENT
|
||||
|
||||
Reference in New Issue
Block a user