Code completion not working for lambdas in method invocations that require type inference

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 16
    • Affects Version/s: 15
    • Component/s: tools
    • None
    • b16

      Consider, for example:
      ---
      jshell> <T> void m1(T t, Consumer<T> f) { }
      | created method m1(T,Consumer<T>)

      jshell> m1("", x -> {x.tri
      ---

      Press <tab> after "tri" - this will yield no proposals.

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

              Created:
              Updated:
              Resolved: