mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
updates
This commit is contained in:
@@ -171,7 +171,7 @@ bool SILWitnessTable::conformanceIsSerialized(
|
||||
if (normalConformance && normalConformance->isResilient())
|
||||
return false;
|
||||
|
||||
if (conformance->getProtocol()->getEffectiveAccess() < AccessLevel::Package)
|
||||
if (conformance->getProtocol()->getEffectiveAccess() < AccessLevel::Public)
|
||||
return false;
|
||||
|
||||
auto *nominal = conformance->getDeclContext()->getSelfNominalTypeDecl();
|
||||
|
||||
Reference in New Issue
Block a user