Skip to content

Commit f73e8e7

Browse files
committed
Fix rebase breakage
1 parent 13de8d1 commit f73e8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)