mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
5 lines
251 B
Solidity
5 lines
251 B
Solidity
pragma solidity 0.4.3
|
|
pragma abicoder v2;
|
|
// ----
|
|
// ParserError 1684: (0-41): Invalid version pragma. Expected the start of a version number but instead found character 'p'. Version number is invalid or the pragma is not terminated with a semicolon.
|