Skip to content

Instantly share code, notes, and snippets.

@todor-kolev
Last active June 10, 2017 17:28
Show Gist options
  • Save todor-kolev/5b41f33ad417517fbd58c8aab9624865 to your computer and use it in GitHub Desktop.
Save todor-kolev/5b41f33ad417517fbd58c8aab9624865 to your computer and use it in GitHub Desktop.
test_gist
case class Person(id: String, name: String, address: Address)
case class Address(houseNumber: Int, postCode: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment