JShell API: methods and fields of uncompleted expressions should be suggested.
Nothing is suggested if declaration is not completed (See CompletionSuggestionTest#testUncompletedDeclaration).
Examples:
class Clazz { Claz|
class A { int method() { return 0; } int a = meth|
Nothing is suggested if declaration is not completed (See CompletionSuggestionTest#testUncompletedDeclaration).
Examples:
class Clazz { Claz|
class A { int method() { return 0; } int a = meth|