mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-22 15:35:48 +00:00
9ed0f0384c
In attribute expressions (`a.b`) it's possible that the base has an incorrect syntax and thus become a nullptr expression in the tree. This commit add the check for this case to fail gracefully instead of crashing.