Last active
September 17, 2018 06:52
-
-
Save Sottti/59de70484f1332fa96f73f622b7b6dbf to your computer and use it in GitHub Desktop.
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
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