Revert "[PrintAsObjC] Test that we don't leak extended implementationOnly types"

This reverts commit 4e8867e021.
This commit is contained in:
Doug Gregor
2020-04-13 13:58:07 -07:00
parent 72ade27956
commit 091f987e28
2 changed files with 0 additions and 7 deletions

View File

@@ -67,7 +67,3 @@ import MostlyPrivate2_Private
@objc public class TestSubclass: NSObject {
@_implementationOnly public override func secretMethod() {}
}
extension SecretClass {
private func somethingThatShouldNotBeIncluded() {}
}