Skip to content

Commit ba9db4e

Browse files
committed
Swap Pickler and FirstTransform
This means we now also pickle Imports and NamedArgs.
1 parent 1d56a54 commit ba9db4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/Compiler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ class Compiler {
3939
List(
4040
List(new FrontEnd),
4141
List(new PostTyper),
42-
List(new FirstTransform),
4342
List(new Pickler),
43+
List(new FirstTransform),
4444
List(new RefChecks,
4545
new ElimRepeated,
4646
new NormalizeFlags,

0 commit comments

Comments
 (0)