solidity/test/cmdlineTests/recovery_ast_empty_contract/err

9 lines
216 B
Plaintext
Raw Normal View History

Error: Expected pragma, import directive or contract/interface/library/struct/enum 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.