summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1275.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug1275.check')
-rw-r--r--test/files/neg/bug1275.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/bug1275.check b/test/files/neg/bug1275.check
new file mode 100644
index 0000000000..6ff92a7823
--- /dev/null
+++ b/test/files/neg/bug1275.check
@@ -0,0 +1,4 @@
+bug1275.scala:13: error: The kind of type MyType does not conform to the expected kind of type MyType[+t] <: TestCovariance.this.Seq[t] in trait Seq.
+ def span[a, s <: Seq[a] { type MyType <: s } ](xs: s): s = xs f
+ ^
+one error found