mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Extensions to implementation-only types are accepted at type-checking only if they don't define any public members. However if they declared a conformance to a public type they were also printed in the swiftinterface, making it unparsable because of an unknown type. Still accept such extensions but don't print them. rdar://problem/67516588
92 KiB
92 KiB