ERROR | RETURN statement in a CONSTRUCTOR cannot include an expression |
CAUSE | An attempt was made to include an expression in the RETURN statement of a CONSTRUCTOR body. |
ACTION | Remove the expression from the RETURN statement. |
ERROR | RETURN statement in a CONSTRUCTOR cannot include an expression |
CAUSE | An attempt was made to include an expression in the RETURN statement of a CONSTRUCTOR body. |
ACTION | Remove the expression from the RETURN statement. |