Defined a variable `l` of type `List`, type `l.stream()`, Alt+Enter, `.to`:
jshell> l.stream()
...> .to
and then Tab:
jshell> l.stream()
...> .to
jshell> l.stream()t() toString()
...> .to
The suggestions are hidden incorrectly
jshell> l.stream()
...> .to
and then Tab:
jshell> l.stream()
...> .to
jshell> l.stream()t() toString()
...> .to
The suggestions are hidden incorrectly
- links to