Skip to content

Instantly share code, notes, and snippets.

@aditrioka
Created December 16, 2017 12:12
Show Gist options
  • Save aditrioka/10c8fb8f763a4b1ea1e3163e467d31fc to your computer and use it in GitHub Desktop.
Save aditrioka/10c8fb8f763a4b1ea1e3163e467d31fc to your computer and use it in GitHub Desktop.
fun Person.doDance() {
println("*dancing*")
}
val Person.isOld get() = age >= 25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment