When using @_implements
, if there is already an implementation for the requirement and you end up effectively replacing it, is there a way to get that original implementation and call it?
1 Like
When using @_implements
, if there is already an implementation for the requirement and you end up effectively replacing it, is there a way to get that original implementation and call it?