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]
