summaryrefslogtreecommitdiff
path: root/test/files/pos/t1357.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1357.scala')
-rw-r--r--test/files/pos/t1357.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1357.scala b/test/files/pos/t1357.scala
index 7bc6d45034..fcdecb3ad3 100644
--- a/test/files/pos/t1357.scala
+++ b/test/files/pos/t1357.scala
@@ -6,7 +6,7 @@ object NonEmptyCons {
object Main {
type BT[+H, +T <: Tuple2[Tuple2[H, T], Tuple2[H, T]]] = Tuple2[H, T]
-
+
// type T = Tuple2[String,String]
type BinaryTree[+E] = BT[E, T forSome { type T <: Tuple2[BT[E, T], BT[E, T]] }]