Skip to content

Instantly share code, notes, and snippets.

@luanpotter
Created March 29, 2021 00:14
Show Gist options
  • Save luanpotter/6472394fdec8d73344b6edda01d45dac to your computer and use it in GitHub Desktop.
Save luanpotter/6472394fdec8d73344b6edda01d45dac to your computer and use it in GitHub Desktop.
final result = switch(enum) {
VALUE -> 1
VALUE -> 2
VALUE -> 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment