summaryrefslogtreecommitdiffstats
path: root/tests/snippets/scala/test_qualified_name.txt
blob: a004410c8485c583323fac28a219f6542fb4b3c6 (plain)
1
2
3
4
5
6
7
8
9
10
---input---
a.b.c

---tokens---
'a'           Name
'.'           Punctuation
'b'           Name
'.'           Punctuation
'c'           Name
'\n'          Text.Whitespace