summaryrefslogtreecommitdiff
path: root/test/files/pos/t5886.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-5886 Remove check for packed type conformance.Jason Zaugg2013-05-151-0/+18
Nothing breaks. Why did by-name arguments have this extra check? What's the difference to a () => T? The check was added originally in 8414eba.