summaryrefslogtreecommitdiff
path: root/test/pending/t7629-view-bounds-removal.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/t7629-view-bounds-removal.scala')
-rw-r--r--test/pending/t7629-view-bounds-removal.scala4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/pending/t7629-view-bounds-removal.scala b/test/pending/t7629-view-bounds-removal.scala
deleted file mode 100644
index a6ede1fcc3..0000000000
--- a/test/pending/t7629-view-bounds-removal.scala
+++ /dev/null
@@ -1,4 +0,0 @@
-object Test {
- def f[A <% Int](a: A) = null
- def g[C, B <: C, A <% B : Numeric](a: A) = null
-}