Skip to content

Instantly share code, notes, and snippets.

@MasoudFallahpour
Created July 21, 2022 13:46
Show Gist options
  • Save MasoudFallahpour/b2d0b98eaab71d4c0679bfee232155cb to your computer and use it in GitHub Desktop.
Save MasoudFallahpour/b2d0b98eaab71d4c0679bfee232155cb to your computer and use it in GitHub Desktop.
fun main() {
val user = User().apply {
firstName = "John"
lastName = "Doe"
}
val firstName = user.firstName
val lastName = user.lastName
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment