E1111 assignment-from-no-return

Message

'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.