summaryrefslogtreecommitdiff
path: root/test/files/run/t6288.scala
Commit message (Collapse)AuthorAgeFilesLines
* Expand pattern match position tests.Jason Zaugg2012-12-121-8/+24
| | | | | | - Adds tests for unapplySeq and unapply: Boolean. Both seem to be well positioned after the previous changes.
* SI-6288 Position argument of unapplyJason Zaugg2012-12-111-0/+25
`atPos(pos) { ... }` doesn't descend into children of already positioned trees, we need to manually set the position of `CODE.REF(binder)` to that of the stunt double `Ident(nme.SELECTOR_DUMMY)`.