File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/src/dotty/tools/dotc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ class Compiler {
69
69
new ByNameClosures , // Expand arguments to by-name parameters to closures
70
70
new HoistSuperArgs , // Hoist complex arguments of supercalls to enclosing scope
71
71
new ClassOf , // Expand `Predef.classOf` calls.
72
- new RefChecks , // Various checks mostly related to abstract members and overriding
73
- new SetDefTreeOff ) :: // unset `symbol.defTree`
72
+ new RefChecks ) :: // Various checks mostly related to abstract members and overriding
73
+ // new SetDefTreeOff) :: // unset `symbol.defTree`
74
74
List (new ElimOpaque , // Turn opaque into normal aliases
75
75
new TryCatchPatterns , // Compile cases in try/catch
76
76
new PatternMatcher , // Compile pattern matches
You can’t perform that action at this time.
0 commit comments