I did try without the parens and got the same result and have already filed a bug
Thanks! Sent from my iPhone > On Mar 5, 2015, at 12:27 PM, Quincey Morris > <[email protected]> wrote: > >> On Mar 5, 2015, at 04:24 , John Tsombakos <[email protected]> wrote: >> >> let task = session.dataTaskWithRequest(request, completionHandler: { >> (myData, myResponse, myError) -> Void in > > According to the Swift book, you don’t need parentheses around the closure > parameters if they’re all using type inference, as yours are. I suggest you > remove the parentheses and submit a bug report. >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
