class RuboCop::AST::NodePattern::Compiler::NodePatternSubcompiler

def visit_function_call

def visit_function_call
  "#{node.method_name}#{compile_args(node.arg_list, first: access_element)}"
end