mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Improve tests and generate the rest of the output
This commit is contained in:
@@ -138,7 +138,7 @@ private:
|
||||
if (symbol.symInfo.Kind != SymbolKind::Extension) {
|
||||
AccessScope accessScope = VD->getFormalAccessScope();
|
||||
UIdent AttrUID = SwiftLangSupport::getUIDForFormalAccessScope(accessScope);
|
||||
info.EffectiveAccessLevel = AttrUID;
|
||||
info.EffectiveAccess = AttrUID;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user