mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-05-10 03:00:06 -04:00
wip
This commit is contained in:
@@ -1206,7 +1206,7 @@ impl<'a> ExpressionCompiler<'a> {
|
||||
match &qfn.functionish {
|
||||
Functionish::Fn(fn_) => fn_.span,
|
||||
Functionish::Arrow(arrow) => arrow.span,
|
||||
Functionish::Constructor(_, constructor) => constructor.span,
|
||||
Functionish::Constructor(_, _, constructor) => constructor.span,
|
||||
},
|
||||
&qfn.definition_pointer,
|
||||
&qfn.capture_params,
|
||||
@@ -1362,7 +1362,7 @@ impl<'a> ExpressionCompiler<'a> {
|
||||
match &qfn.functionish {
|
||||
Functionish::Fn(fn_) => fn_.span,
|
||||
Functionish::Arrow(arrow) => arrow.span,
|
||||
Functionish::Constructor(_, constructor) => constructor.span,
|
||||
Functionish::Constructor(_, _, constructor) => constructor.span,
|
||||
},
|
||||
&qfn.definition_pointer,
|
||||
&qfn.capture_params,
|
||||
|
||||
Reference in New Issue
Block a user