mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
There's no way to look up information about objective-c generic parameters, meaning the runtime cannot check same-type constraints or conformance requirements, so dynamic casts cannot work. We want to keep the static and dynamic systems the same, so we have to disable this functionality from the start (i.e. no conditional conformances on objective-c types :( ). Fixes rdar://problem/37524969.