Skip to content

Instantly share code, notes, and snippets.

@priort
Created December 30, 2018 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save priort/6e91e0c30b8a60cb6cdde1ec12a03fff to your computer and use it in GitHub Desktop.
Save priort/6e91e0c30b8a60cb6cdde1ec12a03fff to your computer and use it in GitHub Desktop.
case class PianoPlayer(name: String)
case class SaxPlayer(name: String)
case class TrumpetPlayer(name: String)
case class BassPlayer(name: String)
case class Drummer(name: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment