mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
dd845c40d2
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.