blob: cabbde22c82ef9ace471a1c60f1f39175b15327b [file] [log] [blame]
// RUN: not %target-swift-frontend %s -typecheck
_ = [1].map { v -> T in return v as? Int }