summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2010-07-08 15:58:52 +0000
committerAdriaan Moors <adriaan.moors@epfl.ch>2010-07-08 15:58:52 +0000
commit3c85f135693904cc0f433406c88842aa79e0140e (patch)
treed144f62baa905b2bf09cb361f2f3a0652a27a107 /test/files
parentd7814a235963f40f4de1bf49efd4b22a8b0da5db (diff)
downloadscala-3c85f135693904cc0f433406c88842aa79e0140e.tar.gz
scala-3c85f135693904cc0f433406c88842aa79e0140e.tar.bz2
scala-3c85f135693904cc0f433406c88842aa79e0140e.zip
closes #3247: syntax error regarding context bo...
closes #3247: syntax error regarding context bounds generalized to include view bounds as we cannot easily be more specific no review
Diffstat (limited to 'test/files')
-rw-r--r--test/files/neg/bug882.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug882.check b/test/files/neg/bug882.check
index 8f47fefd9b..4e3e6d0860 100644
--- a/test/files/neg/bug882.check
+++ b/test/files/neg/bug882.check
@@ -1,4 +1,4 @@
-bug882.scala:2: error: traits cannot have type parameters with context bounds `: ...'
+bug882.scala:2: error: traits cannot have type parameters with context bounds `: ...' nor view bounds `<% ...'
trait SortedSet[A <% Ordered[A]] {
^
one error found