Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created July 21, 2014 06:13
Show Gist options
  • Save hhariri/18b796c0cea6def7a78d to your computer and use it in GitHub Desktop.
Save hhariri/18b796c0cea6def7a78d to your computer and use it in GitHub Desktop.
fun myFunc(f: T-> Any) = f
val something = myFunc {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment