summaryrefslogtreecommitdiffstats
path: root/tests/snippets/crystal/test_annotation.txt
blob: b585fa1e26f97064c7710823dc68b2f3e4f1edc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---input---
@[FOO::Bar::Baz(opt: "xx")]

---tokens---
'@['          Operator
'FOO::Bar::Baz' Name.Decorator
'('           Punctuation
'opt'         Literal.String.Symbol
':'           Punctuation
' '           Text.Whitespace
'"'           Literal.String.Double
'xx'          Literal.String.Double
'"'           Literal.String.Double
')'           Punctuation
']'           Operator
'\n'          Text.Whitespace