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 71f2a26 commit 67b2354Copy full SHA for 67b2354
lib/AST/LayoutConstraint.cpp
@@ -60,7 +60,7 @@ StringRef LayoutConstraintInfo::getName(LayoutConstraintKind Kind) {
60
case LayoutConstraintKind::UnknownLayout:
61
return "_UnknownLayout";
62
case LayoutConstraintKind::Class:
63
- return "_Class";
+ return "AnyObject";
64
case LayoutConstraintKind::NativeClass:
65
return "_NativeClass";
66
case LayoutConstraintKind::RefCountedObject:
0 commit comments