> On Jun 6, 2016, at 11:50 AM, Jens Alfke via swift-users 
> <swift-users@swift.org> wrote:
> 
> 
>> On Jun 6, 2016, at 11:46 AM, Daniel Dunbar <daniel_dun...@apple.com 
>> <mailto:daniel_dun...@apple.com>> wrote:
>> 
>> Did you try an example? Swift warns about this for this very reason:
> 
> I don’t get that warning with the latest Xcode 7.3.1 (Swift 2.3 IIRC.) 
> Perhaps you’re using Swift 3? Outside of this community I don’t think many 
> people are using Swift 3 yet.

Yes, this is a new warning produced by Swift 3, specifically introduced to 
address this issue.


file.swift:3:5: warning: expression following 'return' is treated as an 
argument of the 'return'
    f0()
    ^
file.swift:3:5: note: indent the expression to silence this warning
    f0()
    ^
-Chris

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

Reply via email to