summaryrefslogtreecommitdiff
path: root/tests/examplefiles/java/badcase.java.output
blob: f48d488a9ad34af4a6de5fde3af162a1fc03eca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
'// this used to take ages' Comment.Single
'\n'          Text.Whitespace

'void'        Keyword.Type
' '           Text.Whitespace
'foo'         Name.Function
'('           Punctuation
')'           Punctuation
' '           Text.Whitespace
'throws'      Keyword.Declaration
' '           Text.Whitespace
'xxxxxxxxxxxxxxxxxxxxxx' Name
'{'           Punctuation
' '           Text.Whitespace
'}'           Punctuation
'\n'          Text.Whitespace