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
Scala3Mock current doesn't support mocking trait with an inner type. This is because the current macro will not dereference the type in the mock to the parent trait, I think.
Here is an example of such a case:
traitTest:traitInnerdefreturnInner():Inner
The text was updated successfully, but these errors were encountered:
Scala3Mock current doesn't support mocking trait with an inner type. This is because the current macro will not dereference the type in the mock to the parent trait, I think.
Here is an example of such a case:
The text was updated successfully, but these errors were encountered: