class RubyLsp::Requests::Support::TestItem

def [](id)

: (String id) -> TestItem?
def [](id)
  @children[id]
end