aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/jon.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/jon.scala')
-rw-r--r--tests/pos/jon.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pos/jon.scala b/tests/pos/jon.scala
index d4ea74f02..224486945 100644
--- a/tests/pos/jon.scala
+++ b/tests/pos/jon.scala
@@ -4,5 +4,5 @@ object Test {
val x = List(List, Vector)
- val y: List[scala.collection.generic.SeqFactory] = x
+ val y: List[scala.collection.generic.SeqFactory[_]] = x
}