diff options
Diffstat (limited to 'tests/examplefiles/scala/inline.scala.output')
-rw-r--r-- | tests/examplefiles/scala/inline.scala.output | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/tests/examplefiles/scala/inline.scala.output b/tests/examplefiles/scala/inline.scala.output index 4104d2bd..57af6722 100644 --- a/tests/examplefiles/scala/inline.scala.output +++ b/tests/examplefiles/scala/inline.scala.output @@ -1,77 +1,77 @@ 'inline' Keyword -' ' Text +' ' Text.Whitespace 'def' Keyword -' ' Text +' ' Text.Whitespace 'inline' Name.Function '(' Punctuation 'inline' Keyword -' ' Text +' ' Text.Whitespace 'x' Name ':' Punctuation -' ' Text +' ' Text.Whitespace 'Int' Name.Class ')' Punctuation ':' Punctuation -' ' Text +' ' Text.Whitespace 'Double' Name.Class -' ' Text +' ' Text.Whitespace '=' Operator -' ' Text +' ' Text.Whitespace '???' Operator -'\n' Text +'\n' Text.Whitespace 'inline' Keyword -' ' Text +' ' Text.Whitespace 'def' Keyword -' ' Text +' ' Text.Whitespace 'power' Name.Function '(' Punctuation 'x' Name ':' Punctuation -' ' Text +' ' Text.Whitespace 'Double' Name.Class ',' Punctuation -' ' Text +' ' Text.Whitespace 'inline' Keyword -' ' Text +' ' Text.Whitespace 'n' Name ':' Punctuation -' ' Text +' ' Text.Whitespace 'Int' Name.Class ')' Punctuation ':' Punctuation -' ' Text +' ' Text.Whitespace 'Double' Name.Class -' ' Text +' ' Text.Whitespace '=' Operator -'\n' Text +'\n' Text.Whitespace 'inline' Keyword -' ' Text +' ' Text.Whitespace 'if' Keyword -' ' Text +' ' Text.Whitespace '(' Punctuation 'n' Name -' ' Text +' ' Text.Whitespace '==' Operator -' ' Text +' ' Text.Whitespace '0' Literal.Number.Integer ')' Punctuation -' ' Text +' ' Text.Whitespace '1' Literal.Number.Integer -' ' Text +' ' Text.Whitespace 'else' Keyword -' ' Text +' ' Text.Whitespace '2' Literal.Number.Integer -'\n' Text +'\n' Text.Whitespace 'inline' Keyword -' ' Text +' ' Text.Whitespace 'val' Keyword.Declaration -' ' Text +' ' Text.Whitespace 'c' Name -' ' Text +' ' Text.Whitespace '=' Operator -' ' Text +' ' Text.Whitespace '0' Literal.Number.Integer -'\n' Text +'\n' Text.Whitespace |