Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205294 | 11.0.1 | Jan Lahoda | P4 | Resolved | Fixed | team |
Consider code like this:
java.util.function.IntBinaryOperator c = (var x, testType) -> 1;
The span for the "var x" variable does not include "var". The span of "testType" does not include "testType" after attribution.
java.util.function.IntBinaryOperator c = (var x, testType) -> 1;
The span for the "var x" variable does not include "var". The span of "testType" does not include "testType" after attribution.
- backported by
-
JDK-8205294 Inconsistent lambda parameter span
- Resolved