Reports lambda parameters which don't have their type specified, e.g. a -> a + 1

The quick fix adds type declaration to the lambda parameters, the result looks like this: (int a) -> a + 1