summaryrefslogtreecommitdiff
path: root/test/files/run/t7249.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-03-13 23:30:05 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-03-13 23:35:22 +0100
commit552b6234dbbb4ff1e971e2c0f87ecd4090dd36a5 (patch)
tree50c72971b13daedd3c2825030327fdf2abe5f1be /test/files/run/t7249.check
parentb7b4f877326acd6a8a24ff60fa1638cc18143c45 (diff)
downloadscala-552b6234dbbb4ff1e971e2c0f87ecd4090dd36a5.tar.gz
scala-552b6234dbbb4ff1e971e2c0f87ecd4090dd36a5.tar.bz2
scala-552b6234dbbb4ff1e971e2c0f87ecd4090dd36a5.zip
SI-7249 Reign in overzealous Function0 optimization.
The fix for SI-1247 went too far, and could result in premature evaluation of the expression that yields the Function0. This commit checks that said expression is safe to inline. If not, a wrapper `() => ....` is still required. The optimization is still enabled in sitations like the original test case, run/t1247.scala.
Diffstat (limited to 'test/files/run/t7249.check')
-rw-r--r--test/files/run/t7249.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t7249.check b/test/files/run/t7249.check
new file mode 100644
index 0000000000..7777e0a5a2
--- /dev/null
+++ b/test/files/run/t7249.check
@@ -0,0 +1 @@
+Yup!