Skip to content

Commit 091f987

Browse files
committed
Revert "[PrintAsObjC] Test that we don't leak extended implementationOnly types"
This reverts commit 4e8867e.
1 parent 72ade27 commit 091f987

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

test/PrintAsObjC/Inputs/custom-modules/MiserablePileOfSecrets.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@
33
@interface NSObject (Secrets)
44
- (void)secretMethod;
55
@end
6-
7-
@interface SecretClass : NSObject
8-
@end

test/PrintAsObjC/imports.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,3 @@ import MostlyPrivate2_Private
6767
@objc public class TestSubclass: NSObject {
6868
@_implementationOnly public override func secretMethod() {}
6969
}
70-
71-
extension SecretClass {
72-
private func somethingThatShouldNotBeIncluded() {}
73-
}

0 commit comments

Comments
 (0)