aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Compiler.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dark@d-d.me>2015-05-04 22:03:22 +0200
committerDmitry Petrashko <dark@d-d.me>2015-05-04 22:03:22 +0200
commitc4dba2420be56e628e37732a3369533951cc7ef1 (patch)
tree531b4f22bc8be035a765c51d9b0cd1417dfd5aef /src/dotty/tools/dotc/Compiler.scala
parent7c8693b62bfa73a47eb781bf0e372f68acc0db52 (diff)
parent349c436348407b0e862e3feb65c959275549d86b (diff)
downloaddotty-c4dba2420be56e628e37732a3369533951cc7ef1.tar.gz
dotty-c4dba2420be56e628e37732a3369533951cc7ef1.tar.bz2
dotty-c4dba2420be56e628e37732a3369533951cc7ef1.zip
Merge pull request #509 from dotty-staging/add/expandSAMs
Expand SAM closures to anonymous classes if needed
Diffstat (limited to 'src/dotty/tools/dotc/Compiler.scala')
-rw-r--r--src/dotty/tools/dotc/Compiler.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dotty/tools/dotc/Compiler.scala b/src/dotty/tools/dotc/Compiler.scala
index 93a4edd6f..d4837ae74 100644
--- a/src/dotty/tools/dotc/Compiler.scala
+++ b/src/dotty/tools/dotc/Compiler.scala
@@ -45,6 +45,7 @@ class Compiler {
new ElimRepeated,
new NormalizeFlags,
new ExtensionMethods,
+ new ExpandSAMs,
new TailRec),
List(new PatternMatcher,
new ExplicitOuter,