Last active
June 10, 2017 17:28
-
-
Save todor-kolev/5b41f33ad417517fbd58c8aab9624865 to your computer and use it in GitHub Desktop.
test_gist
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
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