Skip to content

Instantly share code, notes, and snippets.

@Kvest
Last active July 17, 2018 20:33
Show Gist options
  • Save Kvest/937cd3cb9363c938087fcab51ccd717b to your computer and use it in GitHub Desktop.
Save Kvest/937cd3cb9363c938087fcab51ccd717b to your computer and use it in GitHub Desktop.
fun test(action:() -> Unit) {
println("start test")
action()
println("end test")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment