aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t2994b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t2994b.scala')
-rw-r--r--tests/untried/pos/t2994b.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/untried/pos/t2994b.scala b/tests/untried/pos/t2994b.scala
deleted file mode 100644
index 8b5eb9692..000000000
--- a/tests/untried/pos/t2994b.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-object Test {
- trait Bar[X[_]]
- trait Baz[S[_] <: Bar[S]] {
- type Apply[T]
- }
- trait Foo[V[_] <: Bar[V]] extends Bar[Baz[V]#Apply]
-}