summaryrefslogtreecommitdiff
path: root/src/library/scala/All$.scala
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2006-11-14 17:11:16 +0000
committermihaylov <mihaylov@epfl.ch>2006-11-14 17:11:16 +0000
commit17c14587cb67eaed4e9e3fe7387d944d3d1a0e8f (patch)
treec14141b8e10b5fc02dcde2ef94f1043a4f076f44 /src/library/scala/All$.scala
parent25896b2d55b16cc6f0ccf4b890138db1ff0fe2e2 (diff)
downloadscala-17c14587cb67eaed4e9e3fe7387d944d3d1a0e8f.tar.gz
scala-17c14587cb67eaed4e9e3fe7387d944d3d1a0e8f.tar.bz2
scala-17c14587cb67eaed4e9e3fe7387d944d3d1a0e8f.zip
Use scala.runtime.Nothing$/Null$ instead of sca...
Use scala.runtime.Nothing$/Null$ instead of scala.Nothing$/Null$. The latter should be removed after bootstrapping
Diffstat (limited to 'src/library/scala/All$.scala')
-rw-r--r--src/library/scala/All$.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/library/scala/All$.scala b/src/library/scala/All$.scala
index 6c71dd5ce6..cab25048c2 100644
--- a/src/library/scala/All$.scala
+++ b/src/library/scala/All$.scala
@@ -13,6 +13,10 @@ package scala
/**
+ * @deprecated <i>To be removed at some time in the future. Kept only for
+ * backward compatibility. Newly compiled code will refer to
+ * <code>scala.runtime.Nothing$</code></i>
+ *
* Dummy class which exist only to satisfy the JVM. It corresponds
* to <code>scala.All</code>. If such type appears in method
* signatures, it is erased to this one.