Skip to content

Commit f3de3b6

Browse files
committed
disable SetDefTreeOff
1 parent f4f525d commit f3de3b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/dotty/tools/dotc/Compiler.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)