Skip to content

Instantly share code, notes, and snippets.

@Shinpeim
Created November 17, 2014 16:13
Show Gist options
  • Save Shinpeim/69d5b3cc99bf4b8a1cfa to your computer and use it in GitHub Desktop.
Save Shinpeim/69d5b3cc99bf4b8a1cfa to your computer and use it in GitHub Desktop.
scala> case class Nyan(a: Int, b: Int, c: Int, d: Int, e: Int, f: Int, g: Int, h: Int, i: Int, j: Int, k: Int, l: Int, m: Int, n: Int, o: Int, p: Int, q: Int, r: Int, s: Int, t: Int, u: Int, v: Int, w: Int, x: Int, y: Int, z: Int)
defined class Nyan
scala> Nyan.apply _
<console>:10: error: implementation restricts functions to 22 parameters
Nyan.apply _
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment