solidity/test/libsolidity/errorRecoveryTests/wrong_compiler_recovers_3.sol

8 lines
177 B
Solidity

pragma solidity ^99.99.0;
contract C {
uint ;
}
// ----
// ParserError 6635: (48-49): Expected identifier but got ';'
// ParserError 6635: (50-51): Expected ';' but got '}'