summaryrefslogtreecommitdiff
path: root/test/files/run/t2813.2.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-1/+1
| | | | | | | | | Implicit conversions are now in package convert as ImplicitConversions, ImplicitConversionsToScala and ImplicitConversionsToJava. Deprecated WrapAsJava, WrapAsScala and the values in package object. Improve documentation.
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-4/+4
| | | | | | | Removing the code which has been deprecated since 2.8.0. Contributed by Simon Ochsenreither, although deleting code is such fun one hesitates to call it a contribution. Still, we will. Closes SI-4860, no review.
* Renamed Application to App.Martin Odersky2011-02-211-1/+1
|
* Test case submitted by mark harrah closes #2813...Paul Phillips2010-09-221-0/+39
Test case submitted by mark harrah closes #2813, no review.