On 28 October 2017 at 00:00, Slava Pestov <[email protected]> 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
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to