Skip to content

Instantly share code, notes, and snippets.

@AzMoo
Created April 5, 2018 02:53
Show Gist options
  • Save AzMoo/5649d2643ae0612cc53d879c78f9d83d to your computer and use it in GitHub Desktop.
Save AzMoo/5649d2643ae0612cc53d879c78f9d83d to your computer and use it in GitHub Desktop.
data class MyDataClass(val first: String, val second: String) {
val third = "$first $second"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment