On 28 October 2017 at 00:00, Slava Pestov <spes...@apple.com> wrote:

> That sounds like a bug, and it could occur with closure expressions also,
> since at the SILGen level and below they’re basically the same thing.
>
>
indeed:

let closure = {}
print("closure is \(closure)")      // prints: "closure is (Function)"

QED

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

Reply via email to