aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform/MoveStatics.scala
Commit message (Collapse)AuthorAgeFilesLines
* Make freshName semanticMartin Odersky2017-04-111-0/+1
|
* Fix a stupid error in fix of #2054.Dmitry Petrashko2017-03-131-3/+0
|
* Fix #2054: @Static methods may access synthetic private methods stuffDmitry Petrashko2017-03-071-0/+3
| | | | | | Due to way how we desugar lambdas, we can decide to make a lambda static Static methods could refer to those lambdas and we need to make them public
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+77