summaryrefslogtreecommitdiff
path: root/test/files/neg/bug708.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2006-10-06 17:34:40 +0000
committerMartin Odersky <odersky@gmail.com>2006-10-06 17:34:40 +0000
commit83b51eccb8dd72b5d5cffdd5c9b04f73dd292392 (patch)
treee3dc0f49e278d40a3b82443c4fadf6a31ab28273 /test/files/neg/bug708.check
parentd7a4f76d25820df20c9e8cd6594fa635f666dfe3 (diff)
downloadscala-83b51eccb8dd72b5d5cffdd5c9b04f73dd292392.tar.gz
scala-83b51eccb8dd72b5d5cffdd5c9b04f73dd292392.tar.bz2
scala-83b51eccb8dd72b5d5cffdd5c9b04f73dd292392.zip
renamed All->Nothing, AllRef -> Null while keep...
renamed All->Nothing, AllRef -> Null while keeping the old names as aliases.
Diffstat (limited to 'test/files/neg/bug708.check')
-rw-r--r--test/files/neg/bug708.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug708.check b/test/files/neg/bug708.check
index 305c084416..e800fdd0df 100644
--- a/test/files/neg/bug708.check
+++ b/test/files/neg/bug708.check
@@ -1,4 +1,4 @@
-bug708.scala:8 error: error overriding type S in trait X with bounds >: scala.All <: A.this.T;
+bug708.scala:8 error: error overriding type S in trait X with bounds >: scala.Nothing <: A.this.T;
type S has incompatible type scala.Any
override private[A] type S = Any;
^