aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/constant_is_keyword.sol
blob: da3fa1c69ed72edd3e12621345111927a87483e9 (plain) (blame)
1
2
3
4
5
contract Foo {
    uint constant = 4;
}
// ----
// ParserError: (30-30): Expected identifier but got '='