solidity/test/libsolidity/errorRecoveryTests/wrong_compiler_recovers_2.sol

7 lines
247 B
Solidity
Raw Normal View History

pragma solidity ^99.99.0;
this is surely invalid
// ----
2020-09-29 14:43:04 +00:00
// ParserError 6635: (31-33): Expected identifier but got 'is'
// ParserError 6635: (34-40): Expected ';' but got identifier
// ParserError 6635: (49-49): Expected ';' but got end of source