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