mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Previously, Swift would reject an `override public init(…)` in an `@_objcImplementation` because ClangImporter would have already synthesized inherited initializers that conflicted with the overrides. Ignore these spurious conflicts, and also move a check out of IsObjCRequest and into the conflict-handling code. Additional work towards rdar://70730077.
5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
module objc_implementation_private {
|
|
header "objc_implementation.h"
|
|
export *
|
|
}
|