Files
swift-mirror/lib/Sema/CSSimplify.cpp
Doug Gregor 6b91c5bb34 [Type checker] Handle explicit conversion of bridged generic types.
The type checker had some logic for performing specific checking for
explicit bridging casts of generic types based on knowledge of
Array/Dictionary/Set, but pretended no other bridged generic types
existed. That's incorrect now; simply require them to match exactly.

Fixes rdar://problem/27539951.
2016-09-14 11:00:30 -07:00

155 KiB