mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add package access level to enum AccessLevel
Resolves rdar://104198440
This commit is contained in:
@@ -2481,6 +2481,7 @@ static Optional<swift::AccessLevel> getActualAccessLevel(uint8_t raw) {
|
||||
CASE(Private)
|
||||
CASE(FilePrivate)
|
||||
CASE(Internal)
|
||||
CASE(Package)
|
||||
CASE(Public)
|
||||
CASE(Open)
|
||||
#undef CASE
|
||||
|
||||
Reference in New Issue
Block a user