solidity/test/libsolidity/syntaxTests/parsing/trailing_dot3.sol

5 lines
104 B
Solidity

contract test {
uint a = 2.
// ----
// ParserError: (29-29): Expected identifier but got end of source