patterns: Fix type operators not working correctly
This commit is contained in:
parent
2c71f61bfc
commit
132164c3de
@ -84,7 +84,7 @@ namespace hex::lang {
|
||||
else
|
||||
throwParseError("expected member name or 'parent' keyword", -1);
|
||||
} else
|
||||
return TO_NUMERIC_EXPRESSION(new ASTNodeRValue(path));
|
||||
return new ASTNodeRValue(path);
|
||||
}
|
||||
|
||||
// <Integer|((parseMathematicalExpression))>
|
||||
|
Loading…
x
Reference in New Issue
Block a user