summaryrefslogtreecommitdiff
path: root/test/files/jvm
diff options
context:
space:
mode:
authorJames Iry <james.iry@typesafe.com>2013-07-22 16:51:46 -0700
committerJames Iry <james.iry@typesafe.com>2013-11-01 15:30:23 -0700
commit9136e76ca1a9827e1a8c90fa4f7f63c2967cb019 (patch)
treef3d64a237d8240a5f5ac98254664f196da192230 /test/files/jvm
parent0057d4d83cb40116b76296505f15075002e4b2e0 (diff)
downloadscala-9136e76ca1a9827e1a8c90fa4f7f63c2967cb019.tar.gz
scala-9136e76ca1a9827e1a8c90fa4f7f63c2967cb019.tar.bz2
scala-9136e76ca1a9827e1a8c90fa4f7f63c2967cb019.zip
Add a skeletal Delambdafy phase.
This commit adds a do-nothing phase called "Delambdafy" that will eventually be responsible for doing the final translation of lambdas into classes.
Diffstat (limited to 'test/files/jvm')
-rw-r--r--test/files/jvm/t7006.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/jvm/t7006.check b/test/files/jvm/t7006.check
index 7c99eba30c..6294b14d62 100644
--- a/test/files/jvm/t7006.check
+++ b/test/files/jvm/t7006.check
@@ -19,6 +19,7 @@
[running phase flatten on Foo_1.scala]
[running phase mixin on Foo_1.scala]
[running phase cleanup on Foo_1.scala]
+[running phase delambdafy on Foo_1.scala]
[running phase icode on Foo_1.scala]
[running phase inliner on Foo_1.scala]
[running phase inlinehandlers on Foo_1.scala]