solidity/test/libsolidity/syntaxTests/unterminatedBlocks/zero_dot.sol

5 lines
123 B
Solidity

contract c {
function f() pure public { 0.
// ----
// ParserError: (47-47): Expected identifier but got end of source.