solidity/test/cmdlineTests/recovery_ast_constructor/err
2020-01-08 16:12:06 +01:00

15 lines
394 B
Plaintext

Error: Expected primary expression.
--> recovery_ast_constructor/input.sol:5:27:
|
5 | balances[tx.origin] = ; // missing RHS.
| ^
Warning: Recovered in Statement at ";".
--> recovery_ast_constructor/input.sol:5:27:
|
5 | balances[tx.origin] = ; // missing RHS.
| ^
Compilation halted after AST generation due to errors.