missed a spot...

This commit is contained in:
Taus
2021-05-27 17:20:01 +00:00
committed by GitHub
parent 44c8e78873
commit c8cb81d1f9

View File

@@ -95,6 +95,7 @@ Generated::AstNode toGeneratedExpr(AST::AstNode n) {
n = TExprAnnotation(result) or
n = TLiteral(result) or
n = TAggregate(result) or
n = TExprAggregate(result) or
n = TIdentifier(result) or
n = TUnaryExpr(result) or
n = TDontCare(result)