Describe the bug
Using tealish format converts the following code in wrong way
To Reproduce
bytes frc_proofs = Txn.ApplicationArgs[4]
bytes rewards_proof = extract((index * 32), 32, frc_proofs)
with something with this run
tealish format approval.tl
and outputs this
bytes frc_proofs = Txn.ApplicationArgs[4]
bytes rewards_proof = extract(<tealish.expression_nodes.Group object at 0x7f8a4e7ec790> 32, frc_proofs)
Expected behavior
Just format the code not change the code
Describe the bug
Using tealish format converts the following code in wrong way
To Reproduce
with something with this run
tealish format approval.tl
and outputs this
Expected behavior
Just format the code not change the code