aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/Scopes.scala
Commit message (Collapse)AuthorAgeFilesLines
* Create FunctionN types on demandMartin Odersky2016-11-291-1/+1
| | | | | | We know create FunctionN types on demand whenever their name is looked up in the scope of package `scala`. This obviates the need to predefine function traits 23 to 30.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+437