We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bafb963 + 760ef44 commit e71b2a5Copy full SHA for e71b2a5
tools/swift-api-digester/ModuleAnalyzerNodes.cpp
@@ -477,7 +477,7 @@ SDKNodeType *SDKNodeDeclType::getRawValueType() const {
477
return nullptr;
478
}
479
480
-bool SDKNodeDeclType::isConformingTo(KnownProtocolKind Kind) const {
+bool SDKNodeDeclType::isConformingTo(swift::ide::api::KnownProtocolKind Kind) const {
481
switch (Kind) {
482
#define KNOWN_PROTOCOL(NAME) \
483
case KnownProtocolKind::NAME: \
0 commit comments