mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 01:59:59 +01:00
[poincare] TreeNode::parent() should never return nullptr
This commit is contained in:
@@ -93,6 +93,10 @@ bool ExpressionNode::isOfType(Type * types, int length) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
TreeNode * ExpressionNode::uninitializedStaticNode() const {
|
||||
return Expression().node();
|
||||
}
|
||||
|
||||
Expression ExpressionNode::denominator(Context & context, Preferences::AngleUnit angleUnit) const {
|
||||
return Expression();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user