summaryrefslogtreecommitdiff
path: root/test/files/run/t6632.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6632.scala')
-rw-r--r--test/files/run/t6632.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6632.scala b/test/files/run/t6632.scala
index c1c8d4abe0..0242e60104 100644
--- a/test/files/run/t6632.scala
+++ b/test/files/run/t6632.scala
@@ -1,6 +1,6 @@
object Test extends App {
import collection.mutable.ListBuffer
-
+
def newLB = ListBuffer('a, 'b, 'c, 'd, 'e)
val lb0 = newLB