This repository has been archived by the owner on May 22, 2023. It is now read-only.
[Bug][Parsing] Passing a function call as an arg to an operator does not parse #267
Labels
bug
Something isn't working
The following program results in a parse error:
The stack trace is as follows:
The error is due to something about the
plus
function. Additionally, if I change the arguments to constants (e.g.,R.const(1)
), it parses just fine.The text was updated successfully, but these errors were encountered: