Kolos65 / Mockable

A Swift macro driven auto-mocking library.
MIT License
199 stars 14 forks source link

Added support for same functions with different return types #14

Closed WedgeSparda closed 5 months ago

WedgeSparda commented 5 months ago

This PR fixes a problem when functions in a protocol had the same name and params but different return types, as discussed in https://github.com/Kolos65/Mockable/issues/13