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

5 lines
109 B
Solidity

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