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