aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t3987.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t3987.check')
-rw-r--r--tests/untried/neg/t3987.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/untried/neg/t3987.check b/tests/untried/neg/t3987.check
new file mode 100644
index 000000000..a9f7912b7
--- /dev/null
+++ b/tests/untried/neg/t3987.check
@@ -0,0 +1,7 @@
+t3987.scala:11: error: type mismatch;
+ found : Gox
+ required: Test.GoxZed
+ (which expands to) t#Zed forSome { type t <: Gox }
+ val y: GoxZed = x
+ ^
+one error found