summaryrefslogtreecommitdiff
path: root/test/files/run/t1501.scala
Commit message (Collapse)AuthorAgeFilesLines
* Removing more unneeded code.Paul Phillips2012-05-151-1/+1
|
* Removed a few more @deprecated members.Paul Phillips2012-04-281-1/+1
| | | | | The ones which remain I'm not removing on purpose, as I know from experience it's more trouble than it's yet worth.
* Begone t1737...Hubert Plociniczak2011-11-021-10/+10
|
* A big push to make the interpreter easier to in...Paul Phillips2010-02-031-5/+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/+3
|
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-1/+1
|
* fixed #1500 and #1501Tiark Rompf2008-11-101-0/+55