Message Oracle PLS-00661 - RETURN statement in a CONSTRUCTOR cannot include an expression

ERRORRETURN statement in a CONSTRUCTOR cannot include an expression
CAUSEAn attempt was made to include an expression in the RETURN statement of a CONSTRUCTOR body.
ACTIONRemove the expression from the RETURN statement.