Skip to content

Instantly share code, notes, and snippets.

@Vistritium
Created September 14, 2017 22:32
Show Gist options
  • Save Vistritium/21467eb8b0baa1895894b9b6303d4d07 to your computer and use it in GitHub Desktop.
Save Vistritium/21467eb8b0baa1895894b9b6303d4d07 to your computer and use it in GitHub Desktop.
case class Foo(a: Int, b: String, c: Float)
object Main {
Foo(a = 1, c = 3, b = "lol")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment