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 {
6969 new ByNameClosures , // Expand arguments to by-name parameters to closures
7070 new HoistSuperArgs , // Hoist complex arguments of supercalls to enclosing scope
7171 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`
7474 List (new ElimOpaque , // Turn opaque into normal aliases
7575 new TryCatchPatterns , // Compile cases in try/catch
7676 new PatternMatcher , // Compile pattern matches
You can’t perform that action at this time.
0 commit comments