summaryrefslogtreecommitdiff
path: root/test/files/run/t266.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t266.scala')
-rw-r--r--test/files/run/t266.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t266.scala b/test/files/run/t266.scala
index 1fd6dab185..20a29dabbb 100644
--- a/test/files/run/t266.scala
+++ b/test/files/run/t266.scala
@@ -2,9 +2,9 @@
trait O {
self: Test.type =>
-
+
Nil foreach identity
-
+
def f = (1 to 10).toList map identity
}