aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/vararg-pattern.scala
Commit message (Collapse)AuthorAgeFilesLines
* Annotate repeated params with `case` flag to indicate that they are legalFelix Mulder2016-05-271-4/+1
| | | | | | | One drawback with this approach is that the type seems to propagate. I.e. if the return type of an expression is `repeated` then the enclosing variable will get the `repeated` type instead of getting the expected `Seq` type
* Fix #167Martin Odersky2014-08-271-0/+12
Can handle now vararg arguments in patterns.