This commit is contained in:
Chris Wanstrath 2025-10-05 20:43:35 -07:00
parent f18e014d3e
commit d7402d8ebc

View File

@ -327,7 +327,7 @@ export class VM {
defaults: fnDef.defaults,
body: fnDef.body,
variadic: fnDef.variadic,
kwargs: fnDef.kwargs,
named: fnDef.named,
parentScope: this.scope
})
break