<@U3669PPNG> this is really only useful for `main`...
# announcements
c
@nkiesel this is really only useful for
main
, since parameter names should match parent's when overriding so that named arguments work properly. idea even has a warning for that
n
cypher121: also useful for refactoring code when I'm not allowed to change the signature. But yeah, forgot about the named arguments, that I think effectively kills this idea.