class RuboCop::Cop::Sorbet::ForbidTStruct::TStructWalker

def initialize

def initialize
  @props = []
  @has_extend_t_sig = false
end