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 e6f29f8 + d11c65a commit 46da4e9Copy full SHA for 46da4e9
include/swift/Sema/CSFix.h
@@ -2059,7 +2059,7 @@ class MustBeCopyable final : public ConstraintFix {
2059
Type noncopyableTy,
2060
ConstraintLocator *locator);
2061
2062
- static bool classof(ConstraintFix const* fix) {
+ static bool classof(const ConstraintFix *fix) {
2063
return fix->getKind() == FixKind::MustBeCopyable;
2064
}
2065
};
@@ -2083,7 +2083,7 @@ class AllowInvalidPackElement final : public ConstraintFix {
2083
Type packElementType,
2084
2085
2086
2087
return fix->getKind() == FixKind::AllowInvalidPackElement;
2088
2089
0 commit comments