blob: 88474a762f10af598d3e55db8e157d7ec8437533 [file] [log] [blame]
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
func a<b>(() -> b) -> b {
a {}#^A^#
}