summaryrefslogtreecommitdiff
path: root/test/files/neg/bug708.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug708.check')
-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