mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
IDE: Replace some calls to getDeclaredType() with getDeclaredInterfaceType()
This commit is contained in:
@@ -773,7 +773,7 @@ public:
|
||||
std::vector<sma::TypeName> Result;
|
||||
Result.reserve(AllProtocols.size());
|
||||
for (const auto *PD : AllProtocols) {
|
||||
Result.emplace_back(convertToTypeName(PD->getDeclaredType()));
|
||||
Result.emplace_back(convertToTypeName(PD->getDeclaredInterfaceType()));
|
||||
}
|
||||
return Result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user