Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / snippets / kotlin / test_can_cope_with_destructuring.txt
Size: Mime:
---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