summaryrefslogtreecommitdiff
path: root/test/files/neg/bug3683b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug3683b.check')
-rw-r--r--test/files/neg/bug3683b.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/neg/bug3683b.check b/test/files/neg/bug3683b.check
index 3952633d1d..2637f62630 100644
--- a/test/files/neg/bug3683b.check
+++ b/test/files/neg/bug3683b.check
@@ -1,6 +1,8 @@
bug3683b.scala:15: error: constructor cannot be instantiated to expected type;
found : X
required: W[Bar]
+Note: Foo >: Bar (and X <: W[Foo]), but trait W is invariant in type T.
+You may wish to define T as -T instead. (SLS 4.5)
case X() => 1
^
one error found