solidity/test/cmdlineTests/recovery_ast_constructor/err

15 lines
394 B
Plaintext
Raw Normal View History

Error: Expected primary expression.
2020-05-13 01:52:11 +00:00
--> recovery_ast_constructor/input.sol:6:27:
|
2020-05-13 01:52:11 +00:00
6 | balances[tx.origin] = ; // missing RHS.
| ^
Warning: Recovered in Statement at ';'.
2020-05-13 01:52:11 +00:00
--> recovery_ast_constructor/input.sol:6:27:
|
2020-05-13 01:52:11 +00:00
6 | balances[tx.origin] = ; // missing RHS.
| ^
Compilation halted after AST generation due to errors.