Function Parser.parseFunctionBody
Parses a FunctionBody. Note that any change of this function must also be applied in dsymbol SimpleParser, which can be found here.
functionBody: specifiedFunctionBody | missingFunctionBody ;
Parses a FunctionBody. Note that any change of this function must also be applied in dsymbol SimpleParser, which can be found here.
functionBody: specifiedFunctionBody | missingFunctionBody ;