Skip to content

Commit

Permalink
probable fix for #8706
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Jan 25, 2024
1 parent 7e9108d commit 0a10649
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2254,7 +2254,7 @@ class IrToTruffle(
moduleScope,
defaultExpression,
null,
s"<default::$scopeName::${arg.name}>",
s"<default::$scopeName::${arg.name.showCode()}>",
false,
false
)
Expand Down

0 comments on commit 0a10649

Please sign in to comment.