blob: 0492b75bc952608dbb0c337d68c63753ac480463 [file] [log] [blame]
// RUN: not --crash %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
// REQUIRES: asserts
func searchTest(format: ()->String = { "" }#^A^#) {}