summaryrefslogtreecommitdiff
path: root/test/files/pos/virtpatmat_partialfun_nsdnho.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-5690: no-selector match in function yields functionAdriaan Moors2012-04-261-0/+18
the implicit beta-reduction performed by typedFunction on a Function(.., Match(EmptyTree, ...)) must of course only be done when the selector actually is empty... (yes, typedMatchAnonFun needs to be cleaned up, I know)