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
Currently only single interface mocks are allowed, but not the union of n-parents with n>1.
This could be "easily" done by also consuming Arrays via the already existing Annotations or via new Annotations (possibly the better way since it keeps the type system intact).
The text was updated successfully, but these errors were encountered:
Description
Currently only single interface mocks are allowed, but not the union of n-parents with n>1.
This could be "easily" done by also consuming Arrays via the already existing Annotations or via new Annotations (possibly the better way since it keeps the type system intact).
The text was updated successfully, but these errors were encountered: