tartrazine/spec/tests/kotlin/test_can_cope_with_destructuring.txt

17 lines
381 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
val (a, b) =
---tokens---
'val' Keyword.Declaration
' ' Text.Whitespace
'(' Punctuation
'a' Name.Variable
',' Punctuation
' ' Text.Whitespace
'b' Name.Variable
')' Punctuation
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'\n' Text.Whitespace