summaryrefslogtreecommitdiff
path: root/test/files/pos/t1565.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1565.scala')
-rw-r--r--test/files/pos/t1565.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1565.scala b/test/files/pos/t1565.scala
index 030086c541..df333151d5 100644
--- a/test/files/pos/t1565.scala
+++ b/test/files/pos/t1565.scala
@@ -3,7 +3,7 @@ object Bug1565 {
def x() = { 0; (a : Int, b : Int) => println(List(a, b)) ; 0 }
(a : Int, b : Int) => println(List(a, b))
-
+
// various function syntaxes to exercise the parser
val xs = List(1,2,3)
xs.filter(x => x < 2)