add return type:
if you do not return anything, use void
if a function never returns a value, use never when the function throws an exception or terminate the program.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)