I use Eclipse Oxygen.2 Release (4.7.2)
I try some lambda expressions and have the following problem:
I write the lambda parameters without types, Eclipse auto complete works fine:
If I write lambda parameters with types, no auto complete:
But I can write this on my own and all works fine:
Is this a bug in Eclipse? Can someone explain this behavior?