Created
November 17, 2014 16:13
-
-
Save Shinpeim/69d5b3cc99bf4b8a1cfa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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