NORETURN

774

Method name cannot have a return type

You have declared a return type for the specified method. Constructors, destructors, and property accessor methods do not allow a return type.