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 e36981e commit 99a5d11Copy full SHA for 99a5d11
1 file changed
compiler/src/dmd/frontend.h
@@ -2595,6 +2595,7 @@ class CallExp final : public UnaExp
2595
bool inDebugStatement;
2596
bool ignoreAttributes;
2597
bool isUfcsRewrite;
2598
+ bool fromOpAssignment;
2599
VarDeclaration* vthis2;
2600
Expression* loweredFrom;
2601
static CallExp* create(Loc loc, Expression* e, Array<Expression* >* exps);
0 commit comments