aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/ticket2251.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/ticket2251.scala')
-rw-r--r--tests/untried/pos/ticket2251.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/untried/pos/ticket2251.scala b/tests/untried/pos/ticket2251.scala
index c220e8535..006407247 100644
--- a/tests/untried/pos/ticket2251.scala
+++ b/tests/untried/pos/ticket2251.scala
@@ -25,7 +25,7 @@ lub of List(D, C) is B[_2] forSome { type _2 >: D with C{} <: B[_1] forSome { ty
val data2 = List(new C, new D)
- val data3: List[B[X] forSome { type X <: B[_ <: A] }] = List(new C, new D)
+ val data3: List[B[_ <: B[_ <: A]]] = List(new C, new D)
// Not yet --
// val data4: List[B[X] forSome { type X <: B[X] }] = List(new C, new D)