Skip to content

Commit 033c686

Browse files
committed
Merge mixin with the group of miniphases following it.
1 parent cab28b2 commit 033c686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dotty/tools/dotc/Compiler.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ class Compiler {
5454
new Getters,
5555
new ResolveSuper),
5656
List(new Erasure),
57-
List(new Mixin),
58-
List(new Memoize,
57+
List(new Mixin,
58+
new Memoize,
5959
new CapturedVars,
6060
new Constructors),
6161
List(new LambdaLift,

0 commit comments

Comments
 (0)