autoformat

This commit is contained in:
Erik Krogh Kristensen
2020-05-30 12:45:51 +02:00
parent dbc25ca3fb
commit 3b4e57ab8d

View File

@@ -108,7 +108,8 @@ class Expr extends @expr, ExprOrStmt, ExprOrType, AST::ValueNode {
int getIntValue() { none() }
/** Gets the constant string value this expression evaluates to, if any. */
cached string getStringValue() { none() }
cached
string getStringValue() { none() }
/** Holds if this expression is impure, that is, its evaluation could have side effects. */
predicate isImpure() { any() }