mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
7 lines
247 B
Solidity
7 lines
247 B
Solidity
pragma solidity ^99.99.0;
|
|
this is surely invalid
|
|
// ----
|
|
// 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
|