summaryrefslogtreecommitdiff
path: root/tests/examplefiles/scala/inline.scala.output
blob: 4104d2bd20cc337bbbe4e3fb5355cdb0e349b7a1 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
'inline'      Keyword
' '           Text
'def'         Keyword
' '           Text
'inline'      Name.Function
'('           Punctuation
'inline'      Keyword
' '           Text
'x'           Name
':'           Punctuation
' '           Text
'Int'         Name.Class
')'           Punctuation
':'           Punctuation
' '           Text
'Double'      Name.Class
' '           Text
'='           Operator
' '           Text
'???'         Operator
'\n'          Text

'inline'      Keyword
' '           Text
'def'         Keyword
' '           Text
'power'       Name.Function
'('           Punctuation
'x'           Name
':'           Punctuation
' '           Text
'Double'      Name.Class
','           Punctuation
' '           Text
'inline'      Keyword
' '           Text
'n'           Name
':'           Punctuation
' '           Text
'Int'         Name.Class
')'           Punctuation
':'           Punctuation
' '           Text
'Double'      Name.Class
' '           Text
'='           Operator
'\n'          Text

'inline'      Keyword
' '           Text
'if'          Keyword
' '           Text
'('           Punctuation
'n'           Name
' '           Text
'=='          Operator
' '           Text
'0'           Literal.Number.Integer
')'           Punctuation
' '           Text
'1'           Literal.Number.Integer
' '           Text
'else'        Keyword
' '           Text
'2'           Literal.Number.Integer
'\n'          Text

'inline'      Keyword
' '           Text
'val'         Keyword.Declaration
' '           Text
'c'           Name
' '           Text
'='           Operator
' '           Text
'0'           Literal.Number.Integer
'\n'          Text