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:
@@ -2188,6 +2188,7 @@ static uint8_t getRawStableAccessLevel(swift::AccessLevel access) {
|
||||
CASE(Private)
|
||||
CASE(FilePrivate)
|
||||
CASE(Internal)
|
||||
CASE(Package)
|
||||
CASE(Public)
|
||||
CASE(Open)
|
||||
#undef CASE
|
||||
|
||||
Reference in New Issue
Block a user