summaryrefslogtreecommitdiffstats
path: root/tests/snippets/objectivec/test_literal_number_bool_expression.txt
blob: 36eb7365e500f58280148ab639fda537bc1e8235 (plain)
1
2
3
4
5
6
7
8
9
---input---
@(YES);

---tokens---
'@('          Literal
'YES'         Name.Builtin
')'           Literal
';'           Punctuation
'\n'          Text.Whitespace