Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created July 21, 2014 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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