JShell API: unacceptable suggestions in 'extends', 'implements' in smart completion.
'Class' is suggested suggestion while a class cannot implement another class (smart completion):
class A implements Claz|
'Interface' is suggested when it is mentioned in class declaration (smart completion):
class A extends Clazz implements Interface, Interf|
'Class' is suggested suggestion while a class cannot implement another class (smart completion):
class A implements Claz|
'Interface' is suggested when it is mentioned in class declaration (smart completion):
class A extends Clazz implements Interface, Interf|