Skip to content

Instantly share code, notes, and snippets.

@KamilLelonek
Created February 6, 2015 04:28
Show Gist options
  • Save KamilLelonek/76450469377f67f921bf to your computer and use it in GitHub Desktop.
Save KamilLelonek/76450469377f67f921bf to your computer and use it in GitHub Desktop.
Scala named arguments
case class Foo(foo: Int, bar: Boolean)
new Foo(foo = 1, bar = false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment