aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/missing_variable_name_in_declaration.sol
blob: 51b7bd24d484fcceabd6e75f83feb8f9bdbf7e22 (plain) (tree)
1
2
3
4
5



               
                                                        
contract test {
    uint256 ;
}
// ----
// ParserError: (28-29): Expected identifier but got ';'