mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[PrintAsObjC] Test that we don't leak extended implementationOnly types
This commit is contained in:
@@ -77,3 +77,7 @@ import MostlyPrivate2_Private
|
||||
@objc public class TestSubclass: NSObject {
|
||||
@_implementationOnly public override func secretMethod() {}
|
||||
}
|
||||
|
||||
extension SecretClass {
|
||||
private func somethingThatShouldNotBeIncluded() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user