summaryrefslogtreecommitdiff
path: root/tests/snippets/scala/test_underscore_name.txt
blob: f7a24af10e526122804c1fabee18cd3514d40a78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---input---
val head = _head

---tokens---
'val'         Keyword.Declaration
' '           Text.Whitespace
'head'        Name
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'_head'       Name
'\n'          Text.Whitespace