Skip to content

Commit 62c05c5

Browse files
committed
Update
1 parent 1d57659 commit 62c05c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hkmc2/shared/src/main/scala/hkmc2/codegen/Block.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ sealed abstract class Defn:
321321
preCtor.freeVarsLLIR
322322
++ ctor.freeVarsLLIR ++ methods.flatMap(_.freeVarsLLIR)
323323
-- auxParams.flatMap(_.paramSyms)
324-
324+
325325
final case class FunDefn(
326326
owner: Opt[InnerSymbol],
327327
sym: BlockMemberSymbol,

0 commit comments

Comments
 (0)