You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that default parameter values cannot be specified in the signature of an overriding method, even though they are allowed in the original interface or superclass. This raises the question of whether there is a technical limitation preventing this behavior, or if it’s just not implemented due to complexity.
Since a class containing the parameters is already generated for the FooIntf interface, would it be feasible to generate a similar class for the Foo class, which extends the first one and includes the default values?
The text was updated successfully, but these errors were encountered:
EotT123
pushed a commit
to EotT123/manifold-test
that referenced
this issue
Apr 19, 2025
It seems that default parameter values cannot be specified in the signature of an overriding method, even though they are allowed in the original interface or superclass. This raises the question of whether there is a technical limitation preventing this behavior, or if it’s just not implemented due to complexity.
Since a class containing the parameters is already generated for the
FooIntf
interface, would it be feasible to generate a similar class for theFoo
class, which extends the first one and includes the default values?The text was updated successfully, but these errors were encountered: