blob: 0c22e674092a41501e5f6b470f53888fa872b59b [file] [log] [blame]
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename %s
func test() {
let cl = { arg in
let name = arg as String
#^A^#
}
}