> On Apr 21, 2016, at 6:42 PM, Erica Sadun <er...@ericasadun.com> wrote:
> 
> 
>> On Apr 21, 2016, at 4:37 PM, Neil Faiman via swift-users 
>> <swift-users@swift.org> wrote:
>> 
>> 
>>> On Apr 21, 2016, at 5:50 PM, Charles Lane via swift-users 
>>> <swift-users@swift.org> wrote:
>>> 
>>> Xcode wants to insert a comma between the words ‘with rect:’ for some 
>>> reason.
>> 
>> Is that a two-word parameter “name”, or is it just a parameter with an 
>> external name “with” and an internal name “rect”?
>> 
> 
> It is the latter
> 
> — E

So that is Charles’s problem. He is trying to write draw(with rect: …) instead 
of draw(with: …).

Neil
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to