Skip to content

generate: Fix argument handling in class methods

Emmanuele Bassi requested to merge class-methods into main

Just like methods, class methods have an instance parameter followed by the list of arguments.

Merge request reports