summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1279a.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug1279a.check')
-rw-r--r--test/files/neg/bug1279a.check6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/files/neg/bug1279a.check b/test/files/neg/bug1279a.check
deleted file mode 100644
index edfd1fe871..0000000000
--- a/test/files/neg/bug1279a.check
+++ /dev/null
@@ -1,6 +0,0 @@
-bug1279a.scala:34: error: type mismatch;
- found : first.selfType
- required: M{type T <: this.T}
- def all4Impl[U](first: M {type T <: U}): Stream[M {type T <: U}] = Stream.cons(first, all4Impl(first.next))
- ^
-one error found