summaryrefslogtreecommitdiff
path: root/test/pending/neg/t6680b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/neg/t6680b.check')
-rw-r--r--test/pending/neg/t6680b.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/pending/neg/t6680b.check b/test/pending/neg/t6680b.check
new file mode 100644
index 0000000000..a16812d91d
--- /dev/null
+++ b/test/pending/neg/t6680b.check
@@ -0,0 +1,6 @@
+t6680b.scala:8: error: type mismatch;
+ found : String("not what you\'d expect")
+ required: ?Hidden1 where type ?Hidden1 (this is a GADT skolem)
+ case Concrete(f) => f("not what you'd expect")
+ ^
+one error found