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 f55f88c commit 0ea2258Copy full SHA for 0ea2258
src/utils/ExpressionHelper.ts
@@ -137,7 +137,7 @@ class ExpressionVisitor extends ExtendedCircomVisitor<CircomValueType | null> {
137
}
138
139
this.addError(
140
- "IdentifierStatement is not supported with access references not supported",
+ "IdentifierStatement is not supported with access references",
141
ctx,
142
);
143
return null;
0 commit comments