aboutsummaryrefslogtreecommitdiff
path: root/tests/run/iterator-from.scala
Commit message (Collapse)AuthorAgeFilesLines
* Drop special case around Function1Martin Odersky2017-03-081-2/+4
| | | | | | Now only Scala2 mode treats Function1's as implicit conversions. Instead we introduce a new subclass ImplicitConverter of Function1, instances of which are turned into implicit conversions.
* Enable 440 run tests that pass.Dmitry Petrashko2015-05-221-0/+71
Note that some of them may pass due to several bugs that interfere.