Skip to content

Commit efbfbc4

Browse files
authored
Merge pull request #36495 from ahoppen/pr/rdar71566576
Add test case for rdar://71566576
2 parents 26ab276 + dc88b4b commit efbfbc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// RUN: %swift-ide-test -code-completion -code-completion-token=COMPLETE -source-filename %s
2+
3+
if let item = ["a"].first(where: { #^COMPLETE^# }) {}

0 commit comments

Comments
 (0)