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.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/bug3683b.check b/test/files/neg/bug3683b.check
new file mode 100644
index 0000000000..3952633d1d
--- /dev/null
+++ b/test/files/neg/bug3683b.check
@@ -0,0 +1,6 @@
+bug3683b.scala:15: error: constructor cannot be instantiated to expected type;
+ found : X
+ required: W[Bar]
+ case X() => 1
+ ^
+one error found