mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
9 lines
358 B
Plaintext
9 lines
358 B
Plaintext
recovery_ast_constructor/input.sol:5:27: Error: Expected primary expression.
|
|
balances[tx.origin] = ; // missing RHS.
|
|
^
|
|
recovery_ast_constructor/input.sol:5:27: Warning: Recovered in Statement at ';'.
|
|
balances[tx.origin] = ; // missing RHS.
|
|
^
|
|
|
|
Compilation halted after AST generation due to errors.
|