Skip to content

Commit 8f95fab

Browse files
committed
[Foundation] Adjust stray public import of _SwiftFoundationOverlayShims
1 parent 07738e5 commit 8f95fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Darwin/Foundation/NSObject.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
@_exported import Foundation // Clang module
1414
import ObjectiveC
15-
import _SwiftFoundationOverlayShims
15+
@_implementationOnly import _SwiftFoundationOverlayShims
1616

1717
// This exists to allow for dynamic dispatch on KVO methods added to NSObject.
1818
// Extending NSObject with these methods would disallow overrides.

0 commit comments

Comments
 (0)