Skip to content

Commit

Permalink
Update compiler/src/dotty/tools/dotc/transform/Recheck.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky authored Sep 18, 2023
1 parent 8e69861 commit 56eb2d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/src/dotty/tools/dotc/transform/Recheck.scala
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ abstract class Recheck extends Phase, SymTransformer:
def reset()(using Context): Unit =
for (ref, mbr) <- prevSelDenots.iterator do
ref.withDenot(mbr)
preRecheckPhase

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

0 comments on commit 56eb2d8

Please sign in to comment.