Skip to content

Instantly share code, notes, and snippets.

@s1monw1
Created September 8, 2022 08:42
Show Gist options
  • Select an option

  • Save s1monw1/1bd2290780eb9adda8a9d2db45e3510a to your computer and use it in GitHub Desktop.

Select an option

Save s1monw1/1bd2290780eb9adda8a9d2db45e3510a to your computer and use it in GitHub Desktop.
val adam = Person("Adam").apply {
age = 32
city = "London"
}
println(adam)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment