QL: missed a spot...

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

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)