aboutsummaryrefslogtreecommitdiff
path: root/src/scala/runtime/ScalaRunTime.scala
Commit message (Collapse)AuthorAgeFilesLines
* Dropped ??? in arrayclassMartin Odersky2015-05-151-1/+7
| | | | | | | | | The patch caused the built dotty not to run anymore. Since the prupose of the ??? was to find out where it was called I inserted the stacktrace that caused dotc to fail. I wonder how this passed the tests? Dotc became completely useless for me when I ran it from the command line.
* Put ScalaRunTime into its proper place.Martin Odersky2015-05-131-0/+371
Eclipse freaked out because ScalaRunTime was in the ScalaRunTime directroy, whereas it should have been in runtime.