module RuboCop::Cop::Sorbet::MutableConstantSorbetAwareBehaviour
def prepended(base)
def prepended(base) # @!method t_let(node) base.def_node_matcher(:t_let, <<~PATTERN) (send (const nil? :T) :let $_constant _type) PATTERN end
def prepended(base) # @!method t_let(node) base.def_node_matcher(:t_let, <<~PATTERN) (send (const nil? :T) :let $_constant _type) PATTERN end