aboutsummaryrefslogtreecommitdiff
path: root/tests/run/i1991.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix binding of x @ (e: T) in ClassTag-based patmatGuillaume Martres2017-02-171-0/+9
| | | | | | We cannot assume that the untyped rhs of the bind is a `Typed` tree, with extractors it might be an `Apply` node, and in general it might also be a `Parens` node.
* Fix #1991: Use classtag where available in unapplyMartin Odersky2017-02-171-0/+20