Parser.parseShortenedFunctionBody

ShortenedFunctionBody parseShortenedFunctionBody()

Parses a ShortenedFunctionBody

$(RULEDEF shortenedFunctionBody): $(RULE inOutContractExpression)* $(LITERAL '=>') $(RULE expression) $(LITERAL ';') ;