class RubyLsp::ResponseBuilders::DocumentSymbol

def pop

def pop
  if @stack.size > 1
    T.cast(@stack.pop, Interface::DocumentSymbol)
  end
end