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