Skip to content

Commit 618f563

Browse files
committed
[CSFix] NFC: Fix a bad rebase of invalid static member lookup fix
1 parent 2b6d24e commit 618f563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/swift/Sema/CSFix.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2325,6 +2325,8 @@ class AllowInvalidStaticMemberRefOnProtocolMetatype final
23252325
return "allow invalid static member reference on a protocol metatype";
23262326
}
23272327

2328+
bool diagnose(const Solution &solution, bool asNote = false) const override;
2329+
23282330
static AllowInvalidStaticMemberRefOnProtocolMetatype *
23292331
create(ConstraintSystem &cs, ConstraintLocator *locator);
23302332
};

0 commit comments

Comments
 (0)