Skip to content

Commit 56eb2d8

Browse files
authored
Update compiler/src/dotty/tools/dotc/transform/Recheck.scala
1 parent 8e69861 commit 56eb2d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/transform/Recheck.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ abstract class Recheck extends Phase, SymTransformer:
194194
def reset()(using Context): Unit =
195195
for (ref, mbr) <- prevSelDenots.iterator do
196196
ref.withDenot(mbr)
197-
preRecheckPhase
198197

199198
/** Constant-folded rechecked type `tp` of tree `tree` */
200199
protected def constFold(tree: Tree, tp: Type)(using Context): Type =

0 commit comments

Comments
 (0)