summaryrefslogtreecommitdiff
path: root/test/files/run/t1500.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-12/+12
|
* A big push to make the interpreter easier to in...Paul Phillips2010-02-031-3/+3
| | | | | | | | | | | | A big push to make the interpreter easier to instantiate without having to dodge bullets. It shouldn't have to be any harder than this: scala> new scala.tools.nsc.Interpreter().evalExpr[Int]("5*5") res0: Int = 25 ...and now it isn't. Review by community.
* new classpaths.Lukas Rytz2009-10-261-0/+2
|
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-1/+1
|
* fixed #1500 and #1501Tiark Rompf2008-11-101-0/+44