File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ class Compiler {
62
62
new AugmentScala2Traits ,
63
63
new ResolveSuper ),
64
64
List (new Erasure ),
65
- List (new GetClass ), // getClass transformation should be applied to specialized methods
66
65
List (new ElimErasedValueType ,
67
66
new VCElideAllocations ,
68
67
new Mixin ,
@@ -71,7 +70,8 @@ class Compiler {
71
70
new LinkScala2ImplClasses ,
72
71
new CapturedVars , // capturedVars has a transformUnit: no phases should introduce local mutable vars here
73
72
new Constructors ,
74
- new FunctionalInterfaces ),
73
+ new FunctionalInterfaces ,
74
+ new GetClass ), // getClass transformation should be applied to specialized methods
75
75
List (new LambdaLift , // in this mini-phase block scopes are incorrect. No phases that rely on scopes should be here
76
76
new ElimStaticThis ,
77
77
new Flatten ,
You can’t perform that action at this time.
0 commit comments