blob: 9c624585ef4b253a8ef8789fc0337ef2ac65a8eb [file] [log] [blame]
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
func _thread() {
_ = #^A^#
}
func run<InputCollection : Collection, Result>(_: InputCollection) -> Result {}