seanhenry / SwiftMockGeneratorForXcode

An Xcode extension (plugin) to generate Swift test doubles automatically.
MIT License
748 stars 47 forks source link

Optional function parameter break generator #56

Open teejayhh opened 2 years ago

teejayhh commented 2 years ago

code like this breaks the code generation

func start(meterCallback: ((_ volume: Double) -> Void)?)

Aside of this issue I am actually loving the this extension!