swift
2ede16ba - [sema] Move isNonInheritedStorage and memberAccessHasSpecialPermissionInSwift5 onto ActorReferenceResult::Builder

Commit
66 days ago
[sema] Move isNonInheritedStorage and memberAccessHasSpecialPermissionInSwift5 onto ActorReferenceResult::Builder These helpers are private implementation details of how an ActorReferenceResult is constructed. By making them methods on Builder rather than free functions, they can no longer be accidentally called from outside of that construction context. NFC commit.
Author
Committer
Parents
Loading