solidity/test/cmdlineTests/recovery_ast_empty_contract/err

9 lines
225 B
Plaintext
Raw Normal View History

2020-06-16 01:35:09 +00:00
Error: Expected pragma, import directive or contract/interface/library/struct/enum/function definition.
2020-05-13 01:52:11 +00:00
--> recovery_ast_empty_contract/input.sol:3:1:
|
2020-05-13 01:52:11 +00:00
3 | c
| ^
Compilation halted after AST generation due to errors.