Skip to content

Instantly share code, notes, and snippets.

@Vistritium
Created September 3, 2017 20:01
Show Gist options
  • Save Vistritium/42694e917df53de9854a7f31d0af997c to your computer and use it in GitHub Desktop.
Save Vistritium/42694e917df53de9854a7f31d0af997c to your computer and use it in GitHub Desktop.
object Foo {
def bar(f: () => ()): Unit = f()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment