class C
  def self.foo(
    baz,
    bar
  ) =
    what

  def foo=(
    baz,
    bar
  )
    hello
  end
end

# Local Variables:
# ruby-method-params-indent: 0
# End:
