File tree 1 file changed +2
-2
lines changed
compiler/src/dotty/tools/dotc 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ class Compiler {
101
101
new TupleOptimizations , // Optimize generic operations on tuples
102
102
new LetOverApply , // Lift blocks from receivers of applications
103
103
new ArrayConstructors ) :: // Intercept creation of (non-generic) arrays and intrinsify.
104
- List (new PreRecheck ) ::
105
- List (new TestRecheck ) ::
104
+ List (new PreRecheck ) :: // Preparations for recheck phase, enabled under -Yrecheck
105
+ List (new TestRecheck ) :: // Test rechecking, enabled under -Yrecheck
106
106
List (new Erasure ) :: // Rewrite types to JVM model, erasing all type parameters, abstract types and refinements.
107
107
List (new ElimErasedValueType , // Expand erased value types to their underlying implmementation types
108
108
new PureStats , // Remove pure stats from blocks
You can’t perform that action at this time.
0 commit comments