Skip to content

Commit 31494b9

Browse files
committed
Fix rebase breakage
1 parent 94b2717 commit 31494b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ abstract class Recheck extends Phase, SymTransformer:
347347
recheckBlock(mdef :: Nil, expr)
348348

349349
def recheckInlined(tree: Inlined, pt: Type)(using Context): Type =
350-
recheckBlock(tree.bindings, tree.expansion)(using inlineContext(tree.call))
350+
recheckBlock(tree.bindings, tree.expansion)(using inlineContext(tree))
351351

352352
def recheckIf(tree: If, pt: Type)(using Context): Type =
353353
recheck(tree.cond, defn.BooleanType)

0 commit comments

Comments
 (0)