blob: d6e61d7f09dae56d3123eb72c2bb39fb92361337 [file] [log] [blame]
>>> (indent 4)
return new js.Fun(parameters, body, asyncModifier: asyncModifier)
.withSourceInformation(sourceInformationFactory.forContext(element)
.buildDeclaration(element));
<<<
return new js.Fun(
parameters,
body,
asyncModifier: asyncModifier,
).withSourceInformation(
sourceInformationFactory.forContext(element).buildDeclaration(element),
);