summaryrefslogtreecommitdiff
path: root/test/files/run/t4617.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4617.scala')
-rw-r--r--test/files/run/t4617.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t4617.scala b/test/files/run/t4617.scala
index 3a877c1915..2fea5e29ec 100644
--- a/test/files/run/t4617.scala
+++ b/test/files/run/t4617.scala
@@ -3,7 +3,7 @@ object Test {
def f2 = {
lazy val d = 4D
lazy val f = 4f
-
+
def bar = "Str " + (d + f)
bar
}