Parse failure after formatting (123).attr or "OK"
#410
Labels
component | engine
Core algorithm of the tool
good first issue
Good for newcomers
help wanted
Extra attention is needed
status | it is a good thing
We agree it is good to implement this
type | bug
Something isn't working
We can evaluate this expression:
Alejandra removes the 'redundant' parenthesis around
123
:And then it fails to parse:
This is because
(123).attr
parses as "theattr
attribute of123
" and123.attr
parses as "the value of theattr
variable applied to the function123.
":Version information:
The text was updated successfully, but these errors were encountered: