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 253099a commit 573ee3eCopy full SHA for 573ee3e
lib/IRGen/NecessaryBindings.h
@@ -131,8 +131,8 @@ class NecessaryBindings {
131
}
132
133
134
- bool forPartialApply() { return kind == Kind::PartialApply; }
135
- bool forAsyncFunction() { return kind == Kind::AsyncFunction; }
+ bool forPartialApply() const { return kind == Kind::PartialApply; }
+ bool forAsyncFunction() const { return kind == Kind::AsyncFunction; }
136
137
private:
138
static NecessaryBindings computeBindings(IRGenModule &IGM,
0 commit comments