aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform/FunctionalInterfaces.scala
Commit message (Collapse)AuthorAgeFilesLines
* Harmonize paramTypes and paramBoundsMartin Odersky2017-04-061-3/+3
| | | | | | MethodTypes have paramTypes whereas PolyTypes have paramBounds. We now harmonize by alling both paramInfos, and parameterizing types that will become common to both.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+83