Created
October 10, 2014 10:42
-
-
Save i2key/2cab7cb7d91739b37982 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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