aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Compiler.scala
diff options
context:
space:
mode:
authorodersky <odersky@gmail.com>2016-03-07 16:50:12 +0100
committerodersky <odersky@gmail.com>2016-03-07 16:50:12 +0100
commit8b4f73fb73a2f57a0b3e6088443797e40f1d1720 (patch)
tree6e44261a51af83dff8bdaa43e330ce3af1be1153 /src/dotty/tools/dotc/Compiler.scala
parenta50926701ef5171779aa025d2d307751d166cabe (diff)
parentcf2fed8138cb399beb7d1249227107b943fe3905 (diff)
downloaddotty-8b4f73fb73a2f57a0b3e6088443797e40f1d1720.tar.gz
dotty-8b4f73fb73a2f57a0b3e6088443797e40f1d1720.tar.bz2
dotty-8b4f73fb73a2f57a0b3e6088443797e40f1d1720.zip
Merge pull request #1150 from dotty-staging/change-lambdalift-fasttrack
Change lambdalift - fasttrack
Diffstat (limited to 'src/dotty/tools/dotc/Compiler.scala')
-rw-r--r--src/dotty/tools/dotc/Compiler.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/Compiler.scala b/src/dotty/tools/dotc/Compiler.scala
index be4477ee2..aee9b5b15 100644
--- a/src/dotty/tools/dotc/Compiler.scala
+++ b/src/dotty/tools/dotc/Compiler.scala
@@ -75,7 +75,7 @@ class Compiler {
new Constructors, // constructors changes decls in transformTemplate, no InfoTransformers should be added after it
new FunctionalInterfaces,
new GetClass), // getClass transformation should be applied to specialized methods
- List(new LambdaLift, // in this mini-phase block scopes are incorrect. No phases that rely on scopes should be here
+ List(new LambdaLift, // in this mini-phase block scopes are incorrect. No phases that rely on scopes should be here
new ElimStaticThis,
new Flatten,
// new DropEmptyCompanions,