I am getting an error calling the initialize method:
# typed: true class A extend T::Sig sig {params(x: Integer).void} private def initialize(x) end