Closure support
Pre-release
Pre-release
- Stub a closure's arguments and it will be called with the stubbed values.
- Closures without values are called automatically.
- Supports
@escaping,@convention(),@autoclosuresyntax.
@escaping, @convention(), @autoclosure syntax.