Files
kotlin-fork/grammar/src/attributes.grm
T
Andrey Breslav 0c90942472 Attributes
2010-12-09 15:02:07 +03:00

11 lines
142 B
Plaintext

attributes
: attributeAnnotation*
;
attributeAnnotation
: "[" attribute{","} "]"
;
attribute
: SimpleName{"."} valueArguments?
;