api-generator-templates/KotlinServer/blocks/class/fields-super-initialization...

7 lines
148 B
Twig

{%- if fields is not empty -%}
(
{%- for field in fields -%}
{{ field.name }} {%- if not (loop.last) %}, {% endif %}
{%- endfor -%}
)
{%- endif -%}