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