summaryrefslogtreecommitdiffstats
path: root/tests/snippets/objectivec/test_literal_number_int.txt
blob: 35d947ec26f39eb8a647f8280c03c9293afcb748 (plain)
1
2
3
4
5
6
7
8
9
---input---
@(1);

---tokens---
'@('          Literal
'1'           Literal.Number.Integer
')'           Literal
';'           Punctuation
'\n'          Text.Whitespace