blob: b7af074071e1cecf33231b51ce908e85f8d009dc [file] [log] [blame]
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
// REQUIRES: asserts
func matched<C: Collection>(atStartOf c: C)
where C.Index#^A^# == Index {
}