summaryrefslogtreecommitdiff
path: root/tests/examplefiles/as3/as3_test3.as.output
blob: ee32e2f6a1f5c164d5ac1d4306e32d6d4e0ea01a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
'protected'   Keyword.Declaration
' '           Text.Whitespace
'function '   Keyword.Declaration
'remote'      Name.Function
'('           Operator
'method'      Name
' '           Text.Whitespace
':'           Operator
' '           Text.Whitespace
'String'      Keyword.Type
','           Operator
' '           Text.Whitespace
'...'         Punctuation
'args'        Name
' '           Text.Whitespace
':'           Operator
' '           Text.Whitespace
'Array'       Keyword.Type
')'           Operator
' '           Text.Whitespace
':'           Operator
' '           Text.Whitespace
'Boolean'     Keyword.Type
' '           Text.Whitespace
'{'           Operator
'\n    '      Text.Whitespace
'return'      Keyword
' '           Text.Whitespace
'true'        Keyword.Constant
';'           Operator
'\n'          Text.Whitespace

'}'           Operator
'\n'          Text.Whitespace