kotlin-spec
kotlin-spec copied to clipboard
Grammar: annotations in valueArgument
Current valueArgument non-terminal does not allow for multiple annotations:
valueArgument:
[annotation]
{NL}
[simpleIdentifier {NL} '=' {NL}]
['*']
{NL}
expression