Things that used to just have SymbolInformation in
lsp4j now are 'Either<SymbolInformation, ...>'.
This breaks a number of places where we have
'instanceof SymbolInformation' checks.
These checks fail and various bits of code that
should handle the SymbolInformation case was
not being executed.