Inconsistent lambda parameter span

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 11
    • Affects Version/s: 11
    • Component/s: tools
    • None
    • b18

        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.

              Assignee:
              Jan Lahoda
              Reporter:
              Jan Lahoda
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: