Avatar
swiftbot BOT 6/18/2019 7:03 AM
Author icon
t.ae
let a = [0, 1, 2] a.withUnsafeBufferPointer { defer { print($0) } _ = $0 }
Version:
swift-4.2.1-RELEASE
Output:
Error:
/usercode/main.swift:4:15: error: anonymous closure argument not contained in a closure print($0) ^