Brightify / Cuckoo

Boilerplate-free mocking framework for Swift!
MIT License
1.67k stars 175 forks source link

Escape reserved keywords. #412

Closed sk409 closed 2 years ago

sk409 commented 2 years ago

I escaped reserved keywords which is not allowed to be used as method name to fix this issue(#328)

This is my first PR, if I made a mistake, please point it out.

MatyasKriz commented 2 years ago

Merged. 🙂 Thanks for the pull request! It will be included in the next release.