summaryrefslogtreecommitdiff
path: root/test/files/pos/t5967.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-4176 A repeat dose of repeated parameter type sanitization.Jason Zaugg2012-06-301-0/+6
- During eta expansion, treat parameters of type A* as Seq[A] - Do the same for method/class parameters as referred to by an Ident. Also fixes SI-5967, which shows up during pattern matching.