Avatar
@swift-5.1.5 @swift-5.2.5 func foo(_ closure: () -> Void, defaultArg: Int = 0) { closure() } foo { print("foo") }