blob: bcb2c653a24981f5c55fe48de9589ed5f5f5e93b [file] [log] [blame]
// RUN: not %target-swift-frontend %s -typecheck
let a = [1]
_ = a.firstIndex(of: a.min()) // a.min() returns an optional