aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i2030.scala
Commit message (Collapse)AuthorAgeFilesLines
* Don't chain implicit conversionsMartin Odersky2017-02-271-0/+5
When inferring a view, we are not allowed to use another implicit conversion to adapt its result. Fixing this revealed another problem where we have to re-enable implicit conversions when pre-typing arguments in overloading resolution.