solidity/test/cmdlineTests/recovery_ast_empty_contract/err

9 lines
234 B
Plaintext
Raw Normal View History

2020-09-29 14:43:04 +00:00
Error: Expected pragma, import directive or contract/interface/library/struct/enum/constant/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.