summaryrefslogtreecommitdiff
path: root/tests/examplefiles/scala/quoted.scala.output
blob: 7a10653d5c34be2e0530fd8a9e0f7bba440ab444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
"'{"          Punctuation
' '           Text.Whitespace
'2'           Literal.Number.Integer
' '           Text.Whitespace
'}'           Punctuation
'\n'          Text.Whitespace

"'["          Punctuation
' '           Text.Whitespace
'String'      Name.Class
' '           Text.Whitespace
']'           Punctuation
'\n'          Text.Whitespace