assignment-from-no-return / E1111ΒΆ

Message emitted:

Assigning result of a function call, where the function has no return

Description:

Used when an assignment is done on a function call but the inferred function doesn't return anything.

Created by typecheck checker