mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #36495 from ahoppen/pr/rdar71566576
Add test case for rdar://71566576
This commit is contained in:
3
validation-test/IDE/crashers_2_fixed/rdar71566576.swift
Normal file
3
validation-test/IDE/crashers_2_fixed/rdar71566576.swift
Normal file
@@ -0,0 +1,3 @@
|
||||
// RUN: %swift-ide-test -code-completion -code-completion-token=COMPLETE -source-filename %s
|
||||
|
||||
if let item = ["a"].first(where: { #^COMPLETE^# }) {}
|
||||
Reference in New Issue
Block a user