summaryrefslogtreecommitdiff
path: root/tests/snippets/scala/test_import_path.txt
blob: 3e06d1fa42e0ccc47675f2f1d26a93f61799fdc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---input---
import a.b.c

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