INVDSTRCTR

740

Destructor cannot have token

You have declared a destructor with arguments, modifiers, and/or a return type. A destructor does not accept any arguments or modifiers and it cannot return a value.