1 2 3 4 5 6 7
// {{ doc }} is the default no-op implementation. func (BaseVisitor) {{ method_name }}({{ params }}) {{ return_type }} { {% for blank_id in blank_ids %} _ = {{ blank_id }} {% endfor %} return {{ default_result_fn }}() }