summaryrefslogtreecommitdiff
path: root/test/files/run/t7341.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7341.scala')
-rwxr-xr-xtest/files/run/t7341.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7341.scala b/test/files/run/t7341.scala
index dc526c6c19..ffea7f918b 100755
--- a/test/files/run/t7341.scala
+++ b/test/files/run/t7341.scala
@@ -4,7 +4,7 @@ object Obj {
def foo {
returning(() => cache = ())
}
-
+
def apply(): Any = {
cache
}