mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
The introduction of forward-scan matching for trailing closures (SE-0286) failed to account for unresolved member expressions, sometimes causing a crash in SILGen. Fixes rdar://problem/67781123.