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.
1 parent a549d01 commit 806c600Copy full SHA for 806c600
stdlib/public/runtime/ProtocolConformance.cpp
@@ -134,7 +134,7 @@ template<> void ProtocolConformanceDescriptor::dump() const {
134
return "<unknown addr>";
135
};
136
137
- switch (auto kind = getTypeKind()) {
+ switch (getTypeKind()) {
138
case TypeReferenceKind::DirectObjCClassName:
139
printf("direct Objective-C class name %s", getDirectObjCClassName());
140
break;
0 commit comments