summaryrefslogtreecommitdiff
path: root/test/pending/t7629-view-bounds-removal.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/t7629-view-bounds-removal.check')
-rw-r--r--test/pending/t7629-view-bounds-removal.check9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/pending/t7629-view-bounds-removal.check b/test/pending/t7629-view-bounds-removal.check
deleted file mode 100644
index dc52105eaf..0000000000
--- a/test/pending/t7629-view-bounds-removal.check
+++ /dev/null
@@ -1,9 +0,0 @@
-t7629-view-bounds-removal.scala:2: error: View bounds have been removed. Use an implicit parameter instead.
-Example: Instead of `def f[A <% Int](a: A)` use `def f[A](a: A)(implicit ev: A => Int)`.
- def f[A <% Int](a: A) = null
- ^
-t7629-view-bounds-removal.scala:3: error: View bounds have been removed. Use an implicit parameter instead.
-Example: Instead of `def f[A <% Int](a: A)` use `def f[A](a: A)(implicit ev: A => Int)`.
- def g[C, B <: C, A <% B : Numeric](a: A) = null
- ^
-two errors found