summaryrefslogtreecommitdiff
path: root/test/files/run/t6541-option.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6541 valid wildcard existentials for case-module-unapplyLukas Rytz2014-11-051-0/+19
Instead of letting the compiler infer the return type of case module unapply methods, provide them explicitly. This is enabled only under -Xsource:2.12, because the change is not source compatible.