summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-09-13 09:14:35 +0000
committermichelou <michelou@epfl.ch>2006-09-13 09:14:35 +0000
commit3f64a5e88ede584696581dd363837006b0666a0e (patch)
tree129a8ccb1d29b25d3ce1c80bb24e206c9a26fb8a /test/files/neg
parent29ac82f32a45e8e370fc9e86f41128d4d671c216 (diff)
downloadscala-3f64a5e88ede584696581dd363837006b0666a0e.tar.gz
scala-3f64a5e88ede584696581dd363837006b0666a0e.tar.bz2
scala-3f64a5e88ede584696581dd363837006b0666a0e.zip
updated file bug708.check
Diffstat (limited to 'test/files/neg')
-rw-r--r--test/files/neg/bug708.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/bug708.check b/test/files/neg/bug708.check
index 30b31b662a..305c084416 100644
--- a/test/files/neg/bug708.check
+++ b/test/files/neg/bug708.check
@@ -1,5 +1,5 @@
-bug708.scala:8 error: error overriding type A$$S in trait X with bounds >: scala.All <: A.this.T;
- type A$$S has incompatible type scala.Any
+bug708.scala:8 error: error overriding type S in trait X with bounds >: scala.All <: A.this.T;
+ type S has incompatible type scala.Any
override private[A] type S = Any;
^
one error found