blob: f1c4dcd9b6b1155cbe32490aa36b6a746843066a [file] [log] [blame]
// RUN: not %target-swift-frontend %s -typecheck
let pq = {
return $0 ?? nil
}