Skip to content

Instantly share code, notes, and snippets.

@igorwojda
Last active March 30, 2018 10:03
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 igorwojda/fb9b93add2a6ca425bdf678a7ddb1200 to your computer and use it in GitHub Desktop.
Save igorwojda/fb9b93add2a6ca425bdf678a7ddb1200 to your computer and use it in GitHub Desktop.
class Person (var name:String, var lastName:String, var weight:Double) {
val fullName = "$name $lastName"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment