mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Currently a no-op, but effective access for entities within the current
module will soon need to take testability into account. This declaration:
internal func foo() {}
has a formal access of 'internal', but an effective access of 'public' if
we're in a testable mode.
Part of rdar://problem/17732115 (testability)
Swift SVN r26472
18 KiB
18 KiB