aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Compiler.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dark@d-d.me>2015-07-01 10:58:58 +0200
committerDmitry Petrashko <dark@d-d.me>2015-07-01 10:58:58 +0200
commit65b0c374dccd68ba4362198fc73016c739a782a5 (patch)
treef7645dec4a40b82c28f5360ff53df1e6ab5d8942 /src/dotty/tools/dotc/Compiler.scala
parentbf6d805103f8d859c98f09e2dc12fe8f48208597 (diff)
parent1510db96e56ed2fd18fafd1ce1aa411ad282ce28 (diff)
downloaddotty-65b0c374dccd68ba4362198fc73016c739a782a5.tar.gz
dotty-65b0c374dccd68ba4362198fc73016c739a782a5.tar.bz2
dotty-65b0c374dccd68ba4362198fc73016c739a782a5.zip
Merge pull request #699 from dotty-staging/fix/trait-constructors
Fix trait constructors
Diffstat (limited to 'src/dotty/tools/dotc/Compiler.scala')
-rw-r--r--src/dotty/tools/dotc/Compiler.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/Compiler.scala b/src/dotty/tools/dotc/Compiler.scala
index 6e2cab40d..a14aa3655 100644
--- a/src/dotty/tools/dotc/Compiler.scala
+++ b/src/dotty/tools/dotc/Compiler.scala
@@ -76,8 +76,7 @@ class Compiler {
List(/*new PrivateToStatic,*/
new ExpandPrivate,
new CollectEntryPoints,
- new LabelDefs,
- new TraitConstructors),
+ new LabelDefs),
List(new GenBCode)
)