aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/Meter.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add spaces around + in tests.Dmitry Petrashko2015-04-091-9/+9
|
* Enabled ExtensionMethodsMartin Odersky2014-07-171-0/+109
Fixed extension methods so that it now runs and passes the build. Also enables ElimRepeated, which is a prerequistite for ExtensionMethods. Exception: Tailrec is currently disabled, because it needs to run before ExtensionMethods but it fails the -Ycheck test. Therefore the current tests skip this phase.