blob: a47504f5213e733aed65947ee08f8c8511b3baf4 [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));