Skip to content

Instantly share code, notes, and snippets.

@i2key
Created October 10, 2014 10:42
Show Gist options
  • Select an option

  • Save i2key/2cab7cb7d91739b37982 to your computer and use it in GitHub Desktop.

Select an option

Save i2key/2cab7cb7d91739b37982 to your computer and use it in GitHub Desktop.
package app.model
sealed abstract class TicketStatus { }
case object Open extends TicketStatus
case object Fixed extends TicketStatus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment