summaryrefslogtreecommitdiff
path: root/test/files/run/t5937.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5937.scala')
-rw-r--r--test/files/run/t5937.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t5937.scala b/test/files/run/t5937.scala
index e5bf6617af..9ec4ff12d3 100644
--- a/test/files/run/t5937.scala
+++ b/test/files/run/t5937.scala
@@ -6,7 +6,7 @@ import collection._
object Test extends App {
-
+
val list: List[Int] = (immutable.Vector(1, 2, 3) :+ 4)(breakOut)
-
+
}