summaryrefslogtreecommitdiff
path: root/test/files/pos/t4716.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t4716.scala')
-rw-r--r--test/files/pos/t4716.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t4716.scala b/test/files/pos/t4716.scala
index ec29e8d2cb..d4bd55c55b 100644
--- a/test/files/pos/t4716.scala
+++ b/test/files/pos/t4716.scala
@@ -2,7 +2,7 @@
-trait Bug2[@specialized(Int) +A] extends TraversableOnce[A] {
+trait Bug2[@specialized(Int) +A] extends TraversableOnce[A] {
def ++[B >: A](that: TraversableOnce[B]) = {
lazy val it = that.toIterator
it