mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Dictionary's isBridgedToObjectiveC() was overly restrictive. This went unnoticed because the tests were using internal Dictionary APIs to construct the desired state, instead of going thourgh casts. rdar://16973429 Swift SVN r18454