Skip to content

Instantly share code, notes, and snippets.

@patryk-scalac-io
Created June 15, 2017 06:48
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 patryk-scalac-io/d06e07b0cee02c50de7316cd02e3da85 to your computer and use it in GitHub Desktop.
Save patryk-scalac-io/d06e07b0cee02c50de7316cd02e3da85 to your computer and use it in GitHub Desktop.
case class Person(fullName: String, address: Address)
case class Address(city: String, street: Street)
case class Street(name: String, number: Int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment