mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
8232d3355b
This caused a crash when arrays were bridged from ObjC with `Any` or other non-bridged value type elements. Fixes rdar://problem/27905230.