SwiftMockGeneratorForXcode icon indicating copy to clipboard operation
SwiftMockGeneratorForXcode copied to clipboard

Optional function parameter break generator

Open teejayhh opened this issue 3 years ago • 0 comments

code like this breaks the code generation

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

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

teejayhh avatar Apr 13 '22 06:04 teejayhh