mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Reverse interop has logic that avoids emitting ambiguous overloads into the generated header. That logic did not apply for functions declared within Swift extensions. This meant that the generated C++ header would sometimes not compile. rdar://158252800