Skip to content

Instantly share code, notes, and snippets.

@NsAveek
Last active November 14, 2019 09:24
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 NsAveek/c4aa27fabb744d72760cbc9d75832cfd to your computer and use it in GitHub Desktop.
Save NsAveek/c4aa27fabb744d72760cbc9d75832cfd to your computer and use it in GitHub Desktop.
val person = Person().apply{
name = "aveek"
tel = "+98234552344"
}.also{
Log.d("test",it.name)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment