fix: removed expired todo in parser
This commit is contained in:
parent
2a4c2bc993
commit
5fce2babc0
@ -176,7 +176,6 @@ object parser {
|
|||||||
)),
|
)),
|
||||||
`<rvalue>`.label("valid initial value for variable")
|
`<rvalue>`.label("valid initial value for variable")
|
||||||
)
|
)
|
||||||
// TODO: Can we inline the name of the variable in the message
|
|
||||||
| Assign(
|
| Assign(
|
||||||
`<lvalue>` <~ ("=" | "(".verifiedExplain(
|
`<lvalue>` <~ ("=" | "(".verifiedExplain(
|
||||||
"function calls must use the 'call' keyword and the result must be assigned to a variable"
|
"function calls must use the 'call' keyword and the result must be assigned to a variable"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user