module T::Private::Final

def self.final_module?(mod)

def self.final_module?(mod)
  mod.instance_variable_defined?(:@sorbet_final_module)
end