solidity/test/libsolidity/syntaxTests/parsing/constant_is_keyword.sol
2022-04-01 23:41:18 -05:00

6 lines
111 B
Solidity

contract Foo {
uint constant = 4;
}
// ----
// ParserError 2314: (30-31='='): Expected identifier but got '='