Tab completion does not work for method references in jshell.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 15
    • Affects Version/s: 14
    • Component/s: tools
    • None
    • b13

      Consider this jshell session:
      ---
      jshell> class C { public static void test() { } }
      | created class C

      jshell> Runnable r = C::<tab>
      ---

      There are no proposed completions after pressing the tab.

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

              Created:
              Updated:
              Resolved: