diff options
Diffstat (limited to 'tests/examplefiles/scala/using.scala.output')
-rw-r--r-- | tests/examplefiles/scala/using.scala.output | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/tests/examplefiles/scala/using.scala.output b/tests/examplefiles/scala/using.scala.output index 7e87d777..9005f444 100644 --- a/tests/examplefiles/scala/using.scala.output +++ b/tests/examplefiles/scala/using.scala.output @@ -1,93 +1,93 @@ 'def' Keyword -' ' Text +' ' Text.Whitespace 'f' Name.Function '(' Punctuation 'using' Keyword -' ' Text +' ' Text.Whitespace 'x' Name ':' Punctuation -' ' Text +' ' Text.Whitespace 'Int' Name.Class ')' Punctuation ':' Punctuation -' ' Text +' ' Text.Whitespace 'Unit' Name.Class -' ' Text +' ' Text.Whitespace '=' Operator -' ' Text +' ' Text.Whitespace '(' Punctuation ')' Punctuation -'\n' Text +'\n' Text.Whitespace 'f' Name '(' Punctuation 'using' Keyword -' ' Text +' ' Text.Whitespace '2' Literal.Number.Integer ')' Punctuation -'\n' Text +'\n' Text.Whitespace 'f' Name '(' Punctuation 'using' Keyword -' ' Text +' ' Text.Whitespace '.2' Literal.Number.Float ')' Punctuation -'\n' Text +'\n' Text.Whitespace 'class' Keyword -' ' Text +' ' Text.Whitespace 'A' Name.Class '(' Punctuation 'using' Keyword -' ' Text +' ' Text.Whitespace 'x' Name ':' Punctuation -' ' Text +' ' Text.Whitespace 'Int' Name.Class ')' Punctuation -'\n' Text +'\n' Text.Whitespace 'new' Keyword -' ' Text +' ' Text.Whitespace 'A' Name.Class '(' Punctuation 'using' Keyword -' ' Text +' ' Text.Whitespace '3' Literal.Number.Integer ')' Punctuation -'\n' Text +'\n' Text.Whitespace 'f' Name '(' Punctuation 'using' Keyword -' ' Text +' ' Text.Whitespace '(' Punctuation ')' Punctuation ')' Punctuation -'\n' Text +'\n' Text.Whitespace 'f' Name '(' Punctuation 'using' Keyword -' ' Text +' ' Text.Whitespace '{' Punctuation '}' Punctuation ')' Punctuation -'\n' Text +'\n' Text.Whitespace 'f' Name '(' Punctuation 'using' Keyword -' ' Text +' ' Text.Whitespace "' '" Literal.String.Char ')' Punctuation -'\n' Text +'\n' Text.Whitespace 'f' Name '(' Punctuation 'using' Keyword -' ' Text +' ' Text.Whitespace '""' Literal.String ')' Punctuation -'\n' Text +'\n' Text.Whitespace |