Skip to content

Instantly share code, notes, and snippets.

@Sottti
Last active September 17, 2018 06:52
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 Sottti/59de70484f1332fa96f73f622b7b6dbf to your computer and use it in GitHub Desktop.
Save Sottti/59de70484f1332fa96f73f622b7b6dbf to your computer and use it in GitHub Desktop.
data class User(val name: String, val age: Int) {
var address : String = ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment