aboutsummaryrefslogtreecommitdiff
path: root/tests/run/t8280.check
Commit message (Collapse)AuthorAgeFilesLines
* Disallow subtypes of Function1 acting as implicit conversionsMartin Odersky2017-03-081-2/+1
| | | | | | | | | | The new test `falseView.scala` shows the problem. We might create an implicit value of some type that happens to be a subtype of Function1. We might now expect that this gives us an implicit conversion, this is most often unintended and surprising. See the comment in Implicits#discardForView for a discussion why we picked the particular scheme implemented here.
* Update check fileMartin Odersky2015-11-011-3/+1
| | | | and explain why it's different now.
* Enable tests that succeed.Dmitry Petrashko2015-06-151-0/+9