support
support copied to clipboard
[Bug] Bad precedence for device objects in ternary operator
Describe the bug A ternary operator (or any operation) in the object getter block does not get parentheses.
To reproduce
Expected behavior
The last line should be:
(left if condition else right).stop()