Closed
Description
Describe the bug
Linter suggests to replace operation lambda expression with function lambda expression, even though this would not work, because the callable signature requires an operation.
To Reproduce
Expected behavior
No linter warning should appear.
Additional context
This is similar to #1661